소스 검색

质控核查统计接口修改

rengb 4 년 전
부모
커밋
1b9ff974dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

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