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);