This commit is contained in:
18792927508
2023-11-02 15:34:32 +08:00
parent 178ff2a675
commit eba2773a9d
2 changed files with 2 additions and 4 deletions
@@ -145,7 +145,7 @@
<!--仲裁员-->
<if test="userId != null and userId != ''">
or ( t.identity_type=1 and
t.case_status in (7,8,9,12,13,14,17)
t.case_status in (7,8,9,12,13,17)
and
instr (t.arbitrator_id,#{userId})>0)
</if>
@@ -233,7 +233,7 @@
<!--仲裁员-->
<if test="userId != null and userId != ''">
or ( t.identity_type=1 and
t.case_status in (7,8,9,12,13,14,17)
t.case_status in (7,8,9,12,13,17)
and
instr (t.arbitrator_id,#{userId})>0)
</if>