执行及取消执行;nc推送客户nc编码查询逻辑修改;
This commit is contained in:
+2
-2
@@ -130,9 +130,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="orgIds != null and orgIds.size > 0 ">
|
||||
<if test="orgIdList != null and orgIdList.size > 0 ">
|
||||
and organization_id in
|
||||
<foreach collection="orgIds" item="item" index="index" open="(" close=")" separator=",">
|
||||
<foreach collection="orgIdList" item="item" index="index" open="(" close=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user