1
This commit is contained in:
@@ -472,13 +472,13 @@
|
|||||||
|
|
||||||
<where>
|
<where>
|
||||||
<if test="caseStatusList != null and caseStatusList.size() > 0">
|
<if test="caseStatusList != null and caseStatusList.size() > 0">
|
||||||
and tt.case_status in
|
and tt2.case_status in
|
||||||
<foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
|
<foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
|
||||||
#{caseStatus}
|
#{caseStatus}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="caseStatus != null">
|
<if test="caseStatus != null">
|
||||||
AND tt.case_status = #{caseStatus}
|
AND tt2.case_status = #{caseStatus}
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
</where>
|
</where>
|
||||||
|
|||||||
Reference in New Issue
Block a user