bug修复
This commit is contained in:
parent
00a456d8aa
commit
d7a3343e7d
@ -18,10 +18,10 @@
|
|||||||
<if test="param.workerId != null and param.workerId != ''">
|
<if test="param.workerId != null and param.workerId != ''">
|
||||||
and d.id = #{param.workerId}
|
and d.id = #{param.workerId}
|
||||||
</if>
|
</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
|
and d.enterprise_id in
|
||||||
<foreach collection="enterpriseIdList" index="index" item="item" open="(" separator="," close=")">
|
<foreach collection="param.enterpriseIdList" index="index" item="item" open="(" separator="," close=")">
|
||||||
#{param.item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="param.enterpriseTypeId != null and param.enterpriseTypeId != ''">
|
<if test="param.enterpriseTypeId != null and param.enterpriseTypeId != ''">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user