Przeglądaj źródła

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

hecc 3 lat temu
rodzic
commit
c470ac5e6d

+ 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,