Commit f2304992611cce6f2ebd933bec52dc121fd5eab0
1 parent
b956ef95
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/schedule/DayOfSchedule.java
| @@ -131,7 +131,7 @@ public class DayOfSchedule implements CommandLineRunner { | @@ -131,7 +131,7 @@ public class DayOfSchedule implements CommandLineRunner { | ||
| 131 | diff+=(1000*60*60*24); | 131 | diff+=(1000*60*60*24); |
| 132 | 132 | ||
| 133 | logger.info(diff/1000/60 + "分钟之后提交到运管处"); | 133 | logger.info(diff/1000/60 + "分钟之后提交到运管处"); |
| 134 | - Application.mainServices.scheduleWithFixedDelay(submitToTrafficManage, diff / 1000, 60 * 60 * 24, TimeUnit.SECONDS); | 134 | + //Application.mainServices.scheduleWithFixedDelay(submitToTrafficManage, diff / 1000, 60 * 60 * 24, TimeUnit.SECONDS); |
| 135 | } | 135 | } |
| 136 | 136 | ||
| 137 | public Map<String, String> getCurrSchDate() { | 137 | public Map<String, String> getCurrSchDate() { |