浏览代码

Merge branch 'dev/h5&log_20220506' into test

songxinlu 3 年之前
父节点
当前提交
03bbf5b5d3
共有 1 个文件被更改,包括 2 次插入1 次删除
  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}