bug修复
This commit is contained in:
parent
ce11da7617
commit
87c26c585e
@ -55,7 +55,7 @@
|
|||||||
and wap.id is null
|
and wap.id is null
|
||||||
</if>
|
</if>
|
||||||
<if test="param.attendance == '1'.toString()">
|
<if test="param.attendance == '1'.toString()">
|
||||||
and wap.id is null
|
and wap.id is not null
|
||||||
</if>
|
</if>
|
||||||
<if test="param.chargePersonName != null and param.chargePersonName != ''">
|
<if test="param.chargePersonName != null and param.chargePersonName != ''">
|
||||||
and c.charge_person_name like CONCAT(CONCAT('%', #{param.chargePersonName}), '%')
|
and c.charge_person_name like CONCAT(CONCAT('%', #{param.chargePersonName}), '%')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user