浏览代码

各科室缺陷

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