Ver código fonte

根据机构id查询案件列表

18792927508 2 anos atrás
pai
commit
4c93945eaf

+ 1
- 1
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml Ver arquivo

@@ -66,7 +66,7 @@
66 66
             <if test="caseNum != null and caseNum != ''">
67 67
                 AND c.case_num = #{caseNum}
68 68
             </if>
69
-            <if test="name != null and name != ''">
69
+            <if test="nameId != null and nameId != ''">
70 70
                 AND ca.NAME=#{nameId}  AND ca.identity_type=1 and ca.name=d.dept_id
71 71
             </if>
72 72
             <if test="caseStatusList != null and caseStatusList.size() > 0">