瀏覽代碼

bug修正

gaodm 5 年之前
父節點
當前提交
2f7f4004d6
共有 1 個文件被更改,包括 4 次插入4 次删除
  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