Browse Source

杭州市妇幼保健院更改:现病史缺少发病以来食欲描述

sq 3 years ago
parent
commit
992cca1a65

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/QCCatalogue.java

@@ -43,7 +43,7 @@ public class QCCatalogue {
         //        long t2 = System.currentTimeMillis();
         //        log.error(inputInfo.getMedicalRecordInfoDoc().getStructureMap().get("behospitalCode") + "-----" + className + "(规则)  耗时:" + (t2 - t1));
         insertOpt(outputInfo);
-    }
+     }
 
     private void insertOpt(OutputInfo outputInfo) {
         Map<String, Object> resultDetail = Maps.newHashMap();
@@ -52,7 +52,7 @@ public class QCCatalogue {
         resultDetail.put("id", id.get());
         resultDetail.put("extData", extData.get());
         outputInfo.getResult().put(className, resultDetail);
-        status.remove();
+        status.remove(); 
         info.remove();
         id.remove();
         extData.remove();

+ 2 - 2
kernel/src/main/resources/bootstrap.yml

@@ -18,10 +18,10 @@ spring:
   resources:
     static-locations: classpath:/
   profiles:
-    active: dev
+    active: debug
 
 qc:
-  hospital_id: 1,2,3,4,5,6,7,8,10,11,13,15,20,34,35,36,37
+  hospital_id: 1,2,3,4,5,6,7,8,10,11,13,15,20,21,22,23,24,34,35,36
 
 logging:          # 日志
   config: classpath:logback-spring.xml