gaodm 5 tahun lalu
induk
melakukan
2f7f4004d6
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -2564,10 +2564,10 @@
         <if test="qcResultShortPageVO.casesEntryId != null and qcResultShortPageVO.casesEntryId != ''">
             AND d.id = #{qcResultShortPageVO.casesEntryId}
         </if>
-        <if test="qcResultShortPageVO.isReject != null and qcResultShortPageVO.isReject != ''">
+        <if test="qcResultShortPageVO.isReject != null">
             AND c.is_reject = #{qcResultShortPageVO.isReject}
         </if>
-        <if test="qcResultShortPageVO.ruleType != null and qcResultShortPageVO.ruleType != ''">
+        <if test="qcResultShortPageVO.ruleType != null">
             AND d.rule_type = #{qcResultShortPageVO.ruleType}
         </if>
         ) t1
@@ -2658,10 +2658,10 @@
         <if test="qcResultShortPageVO.casesEntryId != null and qcResultShortPageVO.casesEntryId != ''">
             AND d.id = #{qcResultShortPageVO.casesEntryId}
         </if>
-        <if test="qcResultShortPageVO.isReject != null and qcResultShortPageVO.isReject != ''">
+        <if test="qcResultShortPageVO.isReject != null">
             AND c.is_reject = #{qcResultShortPageVO.isReject}
         </if>
-        <if test="qcResultShortPageVO.ruleType != null and qcResultShortPageVO.ruleType != ''">
+        <if test="qcResultShortPageVO.ruleType != null">
             AND d.rule_type = #{qcResultShortPageVO.ruleType}
         </if>
         ) t1