This commit is contained in:
tianfeng 2025-10-16 09:50:13 +08:00
parent 4f96321fb7
commit 8e39bfdd1f

View File

@ -36,7 +36,7 @@ public class TeamBillTask {
*/
// 每月最后一天 0点执行
// @Scheduled(cron = "0 0 0 L * ?", zone = "Asia/Riyadh")
@Scheduled(cron = "0 0 0 1 * ?", zone = "Asia/Riyadh")
@Scheduled(cron = "0 0 5 16 * ?", zone = "Asia/Riyadh")
@TaskCacheLock(key = "PROCESS_TEAM_BILL", expireSecond = 86400)
public void processTeamMonthBill() {
long startTime = System.currentTimeMillis();