绑定邮箱时需要填写国家和职业

This commit is contained in:
2025-01-10 16:54:44 +08:00
parent e7aa951e89
commit cb7099264e
5 changed files with 15 additions and 13 deletions

View File

@@ -102,7 +102,7 @@ public class PaymentTask {
}
// @Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
@Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
public void updateAffiliateInfoWithPayment(){
affiliateService.updateAffiliateInfoWithPayment();
}