Ver código fonte

质控核查统计接口修改

rengb 4 anos atrás
pai
commit
dc1e944f9e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

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