|
|
@@ -509,7 +509,7 @@ public class Scheduler {
|
|
|
/**
|
|
|
* 1w条短信 每小时
|
|
|
*/
|
|
|
- @Scheduled(cron = "0 0 12,15,17,18 * * ?")
|
|
|
+ //@Scheduled(cron = "0 0 12,15,17,18 * * ?")
|
|
|
public void marketingMsg() {
|
|
|
//获取最大条件
|
|
|
String key = RedisService.key.MAKERTING_MSG_KEY.getName();
|