From dc5cb9eb1d29c9c15f21d373378fd39ec0e1ed49 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 01 四月 2026 11:45:46 +0800
Subject: [PATCH] fix: 编辑生产计划数据新增数据判断
---
src/main/java/com/ruoyi/productionPlan/task/SalesDeliveryTask.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/ruoyi/productionPlan/task/SalesDeliveryTask.java b/src/main/java/com/ruoyi/productionPlan/task/SalesDeliveryTask.java
index 6720e01..1858c35 100644
--- a/src/main/java/com/ruoyi/productionPlan/task/SalesDeliveryTask.java
+++ b/src/main/java/com/ruoyi/productionPlan/task/SalesDeliveryTask.java
@@ -16,7 +16,7 @@
@Autowired
private SalesDeliveryService salesDeliveryService;
- @Scheduled(cron = "0 04 15 * * ?")
+ @Scheduled(cron = "0 22 10 * * ?")
public void syncSalesDeliveryJob() {
salesDeliveryService.syncSalesDeliveryJob();
}
--
Gitblit v1.9.3