@@ -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
@@ -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)) {
@@ -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