소스 검색

各科室缺陷

chengyao 4 년 전
부모
커밋
95d322167f
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/main/resources/mapper/QcresultInfoMapper.xml

+ 1 - 5
src/main/resources/mapper/QcresultInfoMapper.xml

@@ -2143,12 +2143,8 @@
             AND d.is_reject = #{filterPageByDeptVO.isReject}
         </if>
         GROUP BY
-        d.cases_id,
         d.cases_entry_id,
-        a.beh_dept_id,
-        a.beh_dept_name,
-        a.doctor_id,
-        a.doctor_name
+        d.cases_id
         ) tt1,
         qc_cases_entry tt2
         WHERE