From 2248a3eb2aff0987871b2a3ab1540706507288ac Mon Sep 17 00:00:00 2001 From: xiaohu <1901900812@qq.com> Date: Fri, 1 Aug 2025 23:21:19 +0800 Subject: [PATCH] //activity v. --- .../schedule/WxVtwoActivityGrantExportTwoSchedule.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java b/mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java index 466c82405..e301a4df2 100644 --- a/mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java +++ b/mallinkSchedule/src/main/java/com/iformall/schedule/WxVtwoActivityGrantExportTwoSchedule.java @@ -46,11 +46,11 @@ public class WxVtwoActivityGrantExportTwoSchedule { @Async - @Scheduled(cron = "0 0 */1 * * ?") // 每小时检查一次 + @Scheduled(cron = "0 */30 * * * ?") // 每小时检查一次 public void wxVtwoCashBackGrantSchedule() { logger.info("*************************************************************************************"); - String tenantId = "789"; -// String tenantId = "1095"; +// String tenantId = "789"; + String tenantId = "1095"; List todoList = wxVtwoCashBackGrantMapper.findTodoList(tenantId); if(todoList != null && !todoList.isEmpty()) { todoList.forEach(todo ->{