根据机构id查询案件列表

This commit is contained in:
18792927508
2023-10-11 11:54:57 +08:00
parent ec864b2b8e
commit 4c93945eaf
@@ -66,7 +66,7 @@
<if test="caseNum != null and caseNum != ''">
AND c.case_num = #{caseNum}
</if>
<if test="name != null and name != ''">
<if test="nameId != null and nameId != ''">
AND ca.NAME=#{nameId} AND ca.identity_type=1 and ca.name=d.dept_id
</if>
<if test="caseStatusList != null and caseStatusList.size() > 0">