Browse Source

H5数据统计-病历详情

zhaops 3 years ago
parent
commit
c3377ba6ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -21461,6 +21461,7 @@
         ) k5 ON k1.hospital_id = k5.hospital_id
         ) k5 ON k1.hospital_id = k5.hospital_id
         WHERE
         WHERE
         1 = 1
         1 = 1
+        AND k2.id is not null
         <if test="isReject != null ">
         <if test="isReject != null ">
             AND k3.is_reject = #{isReject}
             AND k3.is_reject = #{isReject}
         </if>
         </if>