chengyao %!s(int64=4) %!d(string=hai) anos
pai
achega
d989e6774e
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  1. 0 12
      src/main/resources/mapper/QcresultInfoMapper.xml

+ 0 - 12
src/main/resources/mapper/QcresultInfoMapper.xml

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