This commit is contained in:
Leo
2025-12-24 14:29:23 +08:00
parent d6ab231534
commit 4ba1f6a572

View File

@@ -27,7 +27,7 @@ public class LogisticsScanTask {
/**
* 定时任务每20分钟执行一次
* Cron表达式0 */20 * * * ? 表示每20分钟执行一次
* Cron表达式格式0 每N分钟 * * * ? 表示每N分钟执行一次
* 只扫描最近30天的订单
*/
@Scheduled(cron = "0 */20 * * * ?")