|
@@ -35,7 +35,7 @@ public class WmspInventoryCloseServiceImpl implements IWmspInventoryCloseService
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
- @Scheduled(cron = "1 45 23 * * ? ")
|
|
|
|
|
|
+ @Scheduled(cron = "5 45 23 25 * ? ")
|
|
@Async("threadPoolTaskExecutor")
|
|
@Async("threadPoolTaskExecutor")
|
|
public int addInventoryClose() {
|
|
public int addInventoryClose() {
|
|
int i = 0;
|
|
int i = 0;
|