瀏覽代碼

科室缺陷占比分组至医生

chengyao 4 年之前
父節點
當前提交
cefbef244c
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 1 1
      src/main/resources/bootstrap.yml
  2. 3 1
      src/main/resources/mapper/QcresultInfoMapper.xml

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -2,7 +2,7 @@ spring:
   application:
     name: mrqc-sys
   profiles:
-    active: local
+    active: test
   main:
     allow-bean-definition-overriding: true
 

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

@@ -2146,7 +2146,9 @@
         d.cases_id,
         d.cases_entry_id,
         a.beh_dept_id,
-        a.beh_dept_name
+        a.beh_dept_name,
+        a.doctor_id,
+        a.doctor_name
         ) tt1,
         qc_cases_entry tt2
         WHERE