Browse Source

bug修正

gaodm 5 years ago
parent
commit
2f7f4004d6
1 changed files with 4 additions and 4 deletions
  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