bug修复

This commit is contained in:
guoshengxiong 2024-05-22 15:06:18 +08:00
parent 00a456d8aa
commit d7a3343e7d

View File

@ -18,10 +18,10 @@
<if test="param.workerId != null and param.workerId != ''">
and d.id = #{param.workerId}
</if>
<if test="param.enterpriseIdList != null and enterpriseIdList.param.size() > 0">
<if test="param.enterpriseIdList != null and param.enterpriseIdList.size() > 0">
and d.enterprise_id in
<foreach collection="enterpriseIdList" index="index" item="item" open="(" separator="," close=")">
#{param.item}
<foreach collection="param.enterpriseIdList" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
</if>
<if test="param.enterpriseTypeId != null and param.enterpriseTypeId != ''">