Browse Source

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

hecc 3 years atrás
parent
commit
c470ac5e6d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -7803,12 +7803,12 @@
     </select>
     <!-- 离院病人评分详情页-->
     <select id="leaveHosMRPage" resultType="com.diagbot.dto.QcResultShortDTO">
-        SELECT
+        SELECT DISTINCT
         t.*,
         t4.operation_doctor_id,
         t4.operation_level
         FROM
-        (SELECT DISTINCT
+        (SELECT
         t1.hospital_id AS hospitalId,
         t1.behospital_code AS behospitalCode,
         t1.bed_code AS bedCode,