Browse Source

厦门五院个性化需求 出院人数统计新增主刀医生、手术级别字段

hecc 3 years ago
parent
commit
1a9a17c72a
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

@@ -8027,7 +8027,7 @@
         </if>
         <if test="qcResultShortPageVO.leaveHosType != null and qcResultShortPageVO.leaveHosType == 7">
             ,med_home_page t2
-            med_doctor_advice b
+            ,med_doctor_advice b
             WHERE
             t2.is_deleted = 'N'
             AND b.is_deleted = 'N'