feat: 修改定时任务间隔
This commit is contained in:
@@ -47,7 +47,7 @@ public class LicenseTask {
|
||||
@Resource
|
||||
private NotifyMessageSendApi notifySendApi;
|
||||
|
||||
@Scheduled(cron = "*/8 * * * * ?")
|
||||
@Scheduled(cron = "*/6 * * * * ?")
|
||||
public void task() {
|
||||
licenseService.genLicenseTask();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user