浏览代码

根据机构id查询案件列表

18792927508 2 年前
父节点
当前提交
4c93945eaf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml

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

@@ -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">