Explorar o código

1、新生儿患者统计不做age限制

zhaops %!s(int64=5) %!d(string=hai) anos
pai
achega
60ae575888
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -401,7 +401,7 @@
         AND a.hospital_id = b.hospital_id
         AND a.behospital_code = b.behospital_code
         AND a.is_placefile = '1'
-        AND ( b.age IS NULL OR b.age = '-' OR b.age = '' )
+        -- AND ( b.age IS NULL OR b.age = '-' OR b.age = '' )
         <![CDATA[AND ( b.newborn_month IS NOT NULL OR b.newborn_month <> '' OR b.newborn_day IS NOT NULL OR b.newborn_day <> '' )]]>
         <![CDATA[AND a.qc_type_id <>0 ]]>
         <if test="hospitalId != null and hospitalId != ''">