Commit 2a2f21564f7a0aff85e493b1a99216ab06ed3c85

Authored by 潘钊
1 parent dd9769e1

update...

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