Преглед изворни кода

Merge branch '20210512_yw_check' into test

rengb пре 4 година
родитељ
комит
b395c8c307
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -7774,7 +7774,7 @@
         AND a.behospital_code = c.behospital_code
         AND a.qc_type_id != 0
         AND ifnull(c.`status`,0) = 1
-        AND c.check_type = 0
+        AND c.check_type in (0,2)
         <if test="isPlacefile != null and isPlacefile != ''">
             and a.is_placefile = #{isPlacefile}
         </if>