Compare commits
2 Commits
e64add14af
...
4879cfeb60
| Author | SHA1 | Date | |
|---|---|---|---|
| 4879cfeb60 | |||
| 9e252b16ef |
@@ -92,7 +92,7 @@ public class AccountTask {
|
||||
|
||||
@Scheduled(cron = "0 5 0 * * ?")
|
||||
public void activeSubscriptionPlan() {
|
||||
subscriptionPlanService.activeSubscriptionPlan();
|
||||
subscriptionPlanService.activeSubscriptionPlan(null);
|
||||
}
|
||||
|
||||
@Scheduled(cron = "0 */5 * * * *") // Run every 5 minutes
|
||||
|
||||
@@ -45,4 +45,7 @@ public class SubscriptionPlanVO {
|
||||
@Schema(description = "命名")
|
||||
private String name;
|
||||
|
||||
@Schema(description = "国家或地区")
|
||||
private String countryOrRegion;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user