From d1ec8604898e3aa930a1ffaf049fe807d17c75e1 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 02 四月 2026 10:03:16 +0800
Subject: [PATCH] 首页--经营关注
---
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