Commit e4eb60b6 authored by renjie's avatar renjie

短信修改

parent 9724df80
...@@ -25,7 +25,7 @@ public class ExpireSoonWarn { ...@@ -25,7 +25,7 @@ public class ExpireSoonWarn {
@Autowired @Autowired
private IpResourceRepository ipResourceRepository; private IpResourceRepository ipResourceRepository;
@Scheduled(cron = "0 0/1 * * * ?") @Scheduled(cron = "0 0 1 * * ?")
public void sendMessages() { public void sendMessages() {
this.sendExpiredIpAccount(0); this.sendExpiredIpAccount(0);
this.sendExpiredIpAccount(7); this.sendExpiredIpAccount(7);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment