TASK:查affiliate列表接口添加参数校验;打开佣金计算定时器

This commit is contained in:
2025-08-20 09:37:35 +08:00
parent b02009bf14
commit 59a3015170
3 changed files with 4 additions and 2 deletions

View File

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