From 47ef2b1ee0b5f7bc4ff48133fc49089daf09f03c Mon Sep 17 00:00:00 2001 From: dimengzhe <251008545@qq.com> Date: Mon, 7 Nov 2022 15:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=8F=90=E9=86=92=E6=8E=92?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crm/biz/crmcustomertemp/RemindCustomerScheduledService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/RemindCustomerScheduledService.java b/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/RemindCustomerScheduledService.java index f777d843c2..6a6c7cfb9a 100644 --- a/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/RemindCustomerScheduledService.java +++ b/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/RemindCustomerScheduledService.java @@ -34,6 +34,7 @@ public class RemindCustomerScheduledService { private KafkaTemplate kafkaTemplate; @Scheduled(cron = "0 0 10 * * ?") +// @Scheduled(cron = "0 0/5 15 * * ?") public void remindCustomer() { String today = DateUtils.dateConvertStr(new Date(), "yyyy-MM-dd"); List list = customerTempService.selectRemindCustomerTempList(today);