Jelajahi Sumber

31天再入院

zhaops 4 tahun lalu
induk
melakukan
d528f99819
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -3558,6 +3558,7 @@
         AND a.is_placefile = 1
         AND a.qc_type_id != 0
         AND IFNULL( a.diagnose, '' )!= ''
+        AND IFNULL( a.file_code, '' )!= ''
         <if test="hospitalId != null and hospitalId != ''">
             AND a.hospital_id = #{hospitalId}
         </if>
@@ -3624,6 +3625,7 @@
         AND a.is_placefile = 1
         AND a.qc_type_id != 0
         AND IFNULL( a.diagnose, '' )!= ''
+        AND IFNULL( a.file_code, '' )!= ''
         <if test="hospitalId != null and hospitalId != ''">
             AND a.hospital_id = #{hospitalId}
         </if>