佣金计算 打印日志
This commit is contained in:
@@ -104,7 +104,7 @@ public class PaymentTask {
|
||||
|
||||
@Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
|
||||
public void updateAffiliateInfoWithPayment(){
|
||||
log.info("佣金计算定时器");
|
||||
// log.info("佣金计算定时器");
|
||||
affiliateService.updateAffiliateInfoWithPayment();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user