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