affiliate 佣金计算统计

This commit is contained in:
2025-01-22 15:32:09 +08:00
parent dcdb0d06c4
commit bb7c98c094

View File

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