Browse Source

科室缺陷占比分组至医生

chengyao 4 years ago
parent
commit
cefbef244c

+ 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