feat: 修改定时任务间隔

This commit is contained in:
caiyuchao
2025-08-05 16:54:21 +08:00
parent 1243976a1d
commit 4c270ff0b5

View File

@@ -47,7 +47,7 @@ public class LicenseTask {
@Resource
private NotifyMessageSendApi notifySendApi;
@Scheduled(cron = "*/8 * * * * ?")
@Scheduled(cron = "*/6 * * * * ?")
public void task() {
licenseService.genLicenseTask();
}