bug修复
This commit is contained in:
parent
00a456d8aa
commit
d7a3343e7d
@ -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 != ''">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user