Kaynağa Gözat

角色案件查询

18792927508 2 yıl önce
ebeveyn
işleme
ad4f1aecb2

+ 3
- 4
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Dosyayı Görüntüle

128
             </if>
128
             </if>
129
             <!--财务-->
129
             <!--财务-->
130
             <if test="financeStatus != null and financeStatus != ''">
130
             <if test="financeStatus != null and financeStatus != ''">
131
-                or(t.identity_type=1 and t.case_status =#{financeStatus})
132
-
131
+                or ( t.identity_type=1 and t.case_status =#{financeStatus})
133
             </if>
132
             </if>
134
         </where>
133
         </where>
135
         ) t1
134
         ) t1
219
                 </foreach>)
218
                 </foreach>)
220
             </if>
219
             </if>
221
             <!--财务-->
220
             <!--财务-->
222
-            <if test="financeStatus != null and financeStatus != ''">
223
-                or( t.identity_type=1 and t.case_status =#{financeStatus})
224
 
221
 
222
+            <if test="financeStatus != null and financeStatus != ''">
223
+                or ( t.identity_type=1 and t.case_status =#{financeStatus})
225
             </if>
224
             </if>
226
         </where>
225
         </where>
227
         ) t1
226
         ) t1