Merge branch 'dev_lzh_wms_20260120' into wms_dev
This commit is contained in:
@@ -226,6 +226,13 @@
|
|||||||
OR a.create_by = #{createBy})
|
OR a.create_by = #{createBy})
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
<if test="userIds !=null and userIds.size() > 0 ">
|
||||||
|
and a.user_id in
|
||||||
|
<foreach item="id" collection="userIds" open="(" separator="," close=")">
|
||||||
|
#{id}
|
||||||
|
</foreach>
|
||||||
|
</if>
|
||||||
|
|
||||||
<if test="userId !=null and userId !='' ">
|
<if test="userId !=null and userId !='' ">
|
||||||
and a.user_id = #{userId}
|
and a.user_id = #{userId}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user