@@ -35,7 +35,7 @@ public class WmspInventoryCloseServiceImpl implements IWmspInventoryCloseService
}
@Override
- @Scheduled(cron = "1 45 23 * * ? ")
+ @Scheduled(cron = "5 45 23 25 * ? ")
@Async("threadPoolTaskExecutor")
public int addInventoryClose() {
int i = 0;
@@ -163,7 +163,7 @@ public class WmspSendReceiveServiceImpl implements IWmspSendReceiveService {
*/
//零点生成前一天的入库、出库、库存
- @Scheduled(cron = "5 45 23 25 * ? ")
+ @Scheduled(cron = "1 45 23 * * ? ")
public int addSendReceive(){