TASK: prom code 开启佣金计费定时器和商家邮件通知

This commit is contained in:
2025-05-22 16:37:41 +08:00
parent 9a81fb7ee4
commit 3b6b0c7e2c
2 changed files with 4 additions and 4 deletions

View File

@@ -113,9 +113,9 @@ public class PaymentTask {
}
}
// @Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
@Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
public void calcCouponsCommission(){
log.info("优惠券佣金计算定时器");
// log.info("优惠券佣金计算定时器");
affiliateService.calcCouponsCommission();
}