佣金计算 打印日志

This commit is contained in:
2025-01-22 16:41:40 +08:00
parent c4c04aecb6
commit 58c8b644bc
2 changed files with 2 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ public class PaymentTask {
@Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
public void updateAffiliateInfoWithPayment(){
log.info("佣金计算定时器");
// log.info("佣金计算定时器");
affiliateService.updateAffiliateInfoWithPayment();
}