|
@@ -1751,12 +1751,6 @@
|
|
|
<if test="filterPageVO.isReject != null">
|
|
|
AND d.is_reject = #{filterPageVO.isReject}
|
|
|
</if>
|
|
|
- <if test="filterPageVO.casesId != null and filterPageVO.casesId != 0">
|
|
|
- AND d.cases_id = #{filterPageVO.casesId}
|
|
|
- </if>
|
|
|
- <if test="filterPageVO.casesName != null and filterPageVO.casesName != ''">
|
|
|
- AND e.cases_name like CONCAT('%', #{filterPageVO.casesName},'%')
|
|
|
- </if>
|
|
|
<if test="filterPageVO.ruleType != null">
|
|
|
AND e.rule_type = #{filterPageVO.ruleType}
|
|
|
</if>
|
|
@@ -2209,12 +2203,6 @@
|
|
|
<if test="filterPageByDeptVO.isReject != null">
|
|
|
AND d.is_reject = #{filterPageByDeptVO.isReject}
|
|
|
</if>
|
|
|
- <if test="filterPageByDeptVO.casesId != null and filterPageByDeptVO.casesId != 0">
|
|
|
- AND d.cases_id = #{filterPageByDeptVO.casesId}
|
|
|
- </if>
|
|
|
- <if test="filterPageByDeptVO.casesName != null and filterPageByDeptVO.casesName != ''">
|
|
|
- AND e.cases_name like CONCAT('%', #{filterPageByDeptVO.casesName},'%')
|
|
|
- </if>
|
|
|
<if test="filterPageByDeptVO.ruleType != null">
|
|
|
AND e.rule_type = #{filterPageByDeptVO.ruleType}
|
|
|
</if>
|