瀏覽代碼

角色案件查询

18792927508 2 年之前
父節點
當前提交
ad4f1aecb2
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. 3
    4
      ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml

+ 3
- 4
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml 查看文件

@@ -128,8 +128,7 @@
128 128
             </if>
129 129
             <!--财务-->
130 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 132
             </if>
134 133
         </where>
135 134
         ) t1
@@ -219,9 +218,9 @@
219 218
                 </foreach>)
220 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 224
             </if>
226 225
         </where>
227 226
         ) t1