|
|
@@ -145,7 +145,7 @@
|
|
145
|
145
|
<!--仲裁员-->
|
|
146
|
146
|
<if test="userId != null and userId != ''">
|
|
147
|
147
|
or ( t.identity_type=1 and
|
|
148
|
|
- t.case_status in (7,8,9,12,13,14,17)
|
|
|
148
|
+ t.case_status in (7,8,9,12,13,17)
|
|
149
|
149
|
and
|
|
150
|
150
|
instr (t.arbitrator_id,#{userId})>0)
|
|
151
|
151
|
</if>
|
|
|
@@ -233,7 +233,7 @@
|
|
233
|
233
|
<!--仲裁员-->
|
|
234
|
234
|
<if test="userId != null and userId != ''">
|
|
235
|
235
|
or ( t.identity_type=1 and
|
|
236
|
|
- t.case_status in (7,8,9,12,13,14,17)
|
|
|
236
|
+ t.case_status in (7,8,9,12,13,17)
|
|
237
|
237
|
and
|
|
238
|
238
|
instr (t.arbitrator_id,#{userId})>0)
|
|
239
|
239
|
</if>
|