审核仲裁方式改为单个操作

This commit is contained in:
18792927508
2023-10-23 15:10:21 +08:00
parent 6d9074feb5
commit d4871f4a2f
4 changed files with 85 additions and 76 deletions
@@ -111,7 +111,7 @@
</if>
<!--法律顾问-->
<if test="deptIds != null and deptIds.size() > 0">
or (t.identity_type=1 and t.case_status in (1,5,11,15,16,17)
or (t.identity_type=1 and t.case_status in (1,5,11,15,16,17,31)
and t.application_organ_id in
<foreach item="item" collection="deptIds" open="(" separator="," close=")">
#{item}
@@ -198,7 +198,7 @@
</if>
<!--法律顾问-->
<if test="deptIds != null and deptIds.size() > 0">
or (t.identity_type=1 and t.case_status in (1,5,11,15,16,17)
or (t.identity_type=1 and t.case_status in (1,5,11,15,16,17,31)
and t.application_organ_id in
<foreach item="item" collection="deptIds" open="(" separator="," close=")">
#{item}