Browse Source

Merge branch 'dev/h5&log_20220506' into test

songxinlu 3 năm trước cách đây
mục cha
commit
03bbf5b5d3
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -21540,11 +21540,12 @@
         ) k5 ON k1.hospital_id = k5.hospital_id
         WHERE
         1 = 1
+        AND k2.id is not null
         <if test="isReject != null ">
             AND k3.is_reject = #{isReject}
         </if>
         <if test="caseEntryId != null ">
-            AND k3.case_entry_id =#{caseEntryId}
+            AND k3.cases_entry_id =#{caseEntryId}
         </if>
         <if test="level != null and level != ''">
             AND  k2.`level` =#{level}