bug修复
This commit is contained in:
@@ -126,6 +126,9 @@
|
||||
<if test="caseNum != null and caseNum != ''">
|
||||
AND c.case_num = #{caseNum}
|
||||
</if>
|
||||
<if test="nameId != null and nameId != ''">
|
||||
AND ca.application_organ_id=#{nameId} AND ca.identity_type=1
|
||||
</if>
|
||||
<if test="caseStatusList != null and caseStatusList.size() > 0">
|
||||
and c.case_status in
|
||||
<foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
|
||||
@@ -161,7 +164,7 @@
|
||||
|
||||
<!--申请人-->
|
||||
<if test="nameId != null and nameId != ''">
|
||||
or ( t.application_organ_id = #{nameId} AND t.identity_type=1
|
||||
or ( t.application_organ_id = #{applicationOrganId} AND t.identity_type=1
|
||||
and t.case_status in (0,2,17))
|
||||
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user