付费用户邮件通知

This commit is contained in:
2024-07-09 17:28:38 +08:00
parent 64c7b8c1fd
commit 7cadab9345
4 changed files with 35 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ public class AccountTask {
}
// todo 多久执行一次?
@Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
public void getPaidUser(){
// 获取code-create 表中 指定日期之后 订单状态为wc-processing的订单
accountService.extendValidityForCC();