Pārlūkot izejas kodu

出院人数去掉日间病例

chengyao 4 gadi atpakaļ
vecāks
revīzija
903c9819a7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -891,6 +891,7 @@
         AND c.is_deleted = 'N'
         AND a.hospital_id = c.hospital_id
         AND a.beh_dept_id = c.dept_id
+        AND a.qc_type_id != 0
         <if test="isPlacefile != null and isPlacefile != ''">
             and a.is_placefile = #{isPlacefile}
         </if>