Explorar el Código

H5数据统计-病历详情

zhaops hace 3 años
padre
commit
0569188983
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}