bug修复

This commit is contained in:
guo 2024-03-02 21:17:33 +08:00
parent ce11da7617
commit 87c26c585e

View File

@ -55,7 +55,7 @@
and wap.id is null
</if>
<if test="param.attendance == '1'.toString()">
and wap.id is null
and wap.id is not null
</if>
<if test="param.chargePersonName != null and param.chargePersonName != ''">
and c.charge_person_name like CONCAT(CONCAT('%', #{param.chargePersonName}), '%')