|
@@ -33,13 +33,13 @@ public class ScheduleTaskController {
|
|
|
/**
|
|
|
* 盘点
|
|
|
*/
|
|
|
-// @Scheduled(cron = "0 0 1 * * ?")
|
|
|
+ // @Scheduled(cron = "0 0 1 * * ?")
|
|
|
@Scheduled(cron = "0 10 19 * * ?")
|
|
|
-// @PostConstruct
|
|
|
+ // @PostConstruct
|
|
|
private void automaticCheck() {
|
|
|
-// if (BladeApplication.isLocalDev()) {
|
|
|
-// return;
|
|
|
-// }
|
|
|
+ // if (BladeApplication.isLocalDev()) {
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
checkInfoService.automaticCheck();
|
|
|
}
|
|
|
|