Commit 2a2f21564f7a0aff85e493b1a99216ab06ed3c85
1 parent
dd9769e1
update...
Showing
1 changed file
with
0 additions
and
2 deletions
src/main/java/com/bsth/data/schedule/DayOfSchedule.java
| ... | ... | @@ -144,8 +144,6 @@ public class DayOfSchedule implements CommandLineRunner { |
| 144 | 144 | @Override |
| 145 | 145 | public void run(String... arg0) throws Exception { |
| 146 | 146 | basicDataLoader.loadAllData(); |
| 147 | - //从数据库恢复排班 | |
| 148 | - //dataRecovery(); | |
| 149 | 147 | |
| 150 | 148 | //翻班线程 |
| 151 | 149 | // Application.mainServices.scheduleWithFixedDelay(scheduleRefreshThread, 15, 240, TimeUnit.SECONDS); | ... | ... |