|
|
@ -34,6 +34,7 @@ public class RemindCustomerScheduledService { |
|
|
|
private KafkaTemplate<String, Object> 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<CrmCustomerTempVo> list = customerTempService.selectRemindCustomerTempList(today); |
|
|
|