jianghaodi 3 years ago
parent
commit
8bb8ae68f7

+ 1 - 1
dbanaly/src/main/resources/application-debug.yml

@@ -5,7 +5,7 @@ spring:
     druid:
       lantone:
         driver-class-name: com.mysql.jdbc.Driver
-        url: jdbc:mysql://192.168.2.237:3307/qc_xszyy?useUnicode=true&characterEncoding=utf8&useSSL=false
+        url: jdbc:mysql://192.168.2.237:3307/qc_hzfy?useUnicode=true&characterEncoding=utf8&useSSL=false
         username: root
         password: lantone
         initial-size: 8

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/hospital/changshaxy/threelevelward/THR03117.java

@@ -45,7 +45,7 @@ public class THR03117 extends QCCatalogue {
                     if (StringUtil.isNotEmpty(daStatus)) {
                         if (!Content.cancellationOrderList.contains(daStatus)) {
                             String adviceType = dadStructureMap.get(Content.doctorAdviceType);
-                            //临时医嘱
+                            //临时医嘱
                             if (StringUtil.isNotEmpty(adviceType) && adviceType.equals("临时")) {
                                 String name = dadStructureMap.get(Content.medicalOrderName);
                                 if (exStr(name)) {

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

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