案件查询 #56

Merged
wangqiong123 merged 2 commits from wq into dev 2023-10-11 04:02:47 +00:00
Showing only changes of commit 4c93945eaf - Show all commits
@@ -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">