Browse Source

Merge remote-tracking branch 'origin/dev/h5&log_20220506' into debug

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

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

@@ -21544,7 +21544,7 @@
             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}