chengyao 4 роки тому
батько
коміт
206d42db6f
1 змінених файлів з 16 додано та 16 видалено
  1. 16 16
      src/main/resources/mapper/BehospitalInfoMapper.xml

+ 16 - 16
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -7462,14 +7462,14 @@
         AND d.cases_entry_id = e.id
         AND d.cases_id = 243
         AND a.qc_type_id != 0
-        <if test="qcResultPageVO.titleName != null ">
-            <if test="qcResultPageVO.titleName == '不合格数'">
-                AND c.`level`='不合格'
-            </if>
-            <if test="qcResultPageVO.titleName == '合格数'">
-                AND c.`level`='合格'
-            </if>
-        </if>
+<!--        <if test="qcResultPageVO.titleName != null ">-->
+<!--            <if test="qcResultPageVO.titleName == '不合格数'">-->
+<!--                AND c.`level`='不合格'-->
+<!--            </if>-->
+<!--            <if test="qcResultPageVO.titleName == '合格数'">-->
+<!--                AND c.`level`='合格'-->
+<!--            </if>-->
+<!--        </if>-->
         <if test="qcResultPageVO.isPlacefile != null and qcResultPageVO.isPlacefile != ''">
             and a.is_placefile = #{qcResultPageVO.isPlacefile}
         </if>
@@ -8095,14 +8095,14 @@
         AND c.cases_id = k.cases_id
         AND k.cases_id = d.cases_id
         AND k.cases_entry_id = d.id
-        <if test="qcResultShortPageVO.titleName != null ">
-            <if test="qcResultShortPageVO.titleName == '不合格数'">
-                AND c.`level`='不合格'
-            </if>
-            <if test="qcResultShortPageVO.titleName == '合格数'">
-                AND c.`level`='合格'
-            </if>
-        </if>
+<!--        <if test="qcResultShortPageVO.titleName != null ">-->
+<!--            <if test="qcResultShortPageVO.titleName == '不合格数'">-->
+<!--                AND c.`level`='不合格'-->
+<!--            </if>-->
+<!--            <if test="qcResultShortPageVO.titleName == '合格数'">-->
+<!--                AND c.`level`='合格'-->
+<!--            </if>-->
+<!--        </if>-->
         AND a.qc_type_id != 0
         <if test="qcResultShortPageVO.isPlacefile != null and qcResultShortPageVO.isPlacefile != ''">
             and a.is_placefile = #{qcResultShortPageVO.isPlacefile}