jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/listener/MySpringEventListener.java
@@ -9,7 +9,6 @@ import javax.annotation.Resource; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import static cn.lihu.jh.module.ecg.Constants.ECG_OPENING_TIME_KEY; @@ -26,7 +25,7 @@ public void onApplicationEvent(ApplicationStartedEvent event) { System.out.println("应用启动完成,系统初始。。。"); queueService.initQueue(); queueService.initBedQueueAndSeqNumFromDB(); String strOpeningTime = configApi.getConfigValueByKey(ECG_OPENING_TIME_KEY); LocalTime openingTime = Utils.parseOpeningTime(strOpeningTime);