Browse Source

H5数据统计-病历详情

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

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

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