Commit 75cbfad5b1630ffddebfc2d6de49c1072fbe9957

Authored by 潘钊
1 parent 28bb26a0

update...

src/main/java/com/bsth/data/schedule/DayOfSchedule.java
@@ -145,7 +145,7 @@ public class DayOfSchedule implements CommandLineRunner { @@ -145,7 +145,7 @@ public class DayOfSchedule implements CommandLineRunner {
145 public void run(String... arg0) throws Exception { 145 public void run(String... arg0) throws Exception {
146 basicDataLoader.loadAllData(); 146 basicDataLoader.loadAllData();
147 //从数据库恢复排班 147 //从数据库恢复排班
148 - dataRecovery(); 148 + //dataRecovery();
149 149
150 //翻班线程 150 //翻班线程
151 // Application.mainServices.scheduleWithFixedDelay(scheduleRefreshThread, 15, 240, TimeUnit.SECONDS); 151 // Application.mainServices.scheduleWithFixedDelay(scheduleRefreshThread, 15, 240, TimeUnit.SECONDS);