ddd
This commit is contained in:
parent
4f96321fb7
commit
8e39bfdd1f
@ -36,7 +36,7 @@ public class TeamBillTask {
|
|||||||
*/
|
*/
|
||||||
// 每月最后一天 0点执行
|
// 每月最后一天 0点执行
|
||||||
// @Scheduled(cron = "0 0 0 L * ?", zone = "Asia/Riyadh")
|
// @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)
|
@TaskCacheLock(key = "PROCESS_TEAM_BILL", expireSecond = 86400)
|
||||||
public void processTeamMonthBill() {
|
public void processTeamMonthBill() {
|
||||||
long startTime = System.currentTimeMillis();
|
long startTime = System.currentTimeMillis();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user