Revert "ddd"
This reverts commit 8e39bfdd1f4f4ada9e864181932eef1ea837beb0.
This commit is contained in:
parent
6f7178593b
commit
5e2d38c93e
@ -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 5 16 * ?", zone = "Asia/Riyadh")
|
@Scheduled(cron = "0 0 0 1 * ?", 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