BUGFIX: 新建订阅时更新订阅不更新账号信息

This commit is contained in:
2025-02-06 18:39:06 +08:00
parent 4c738cc61d
commit ba3c98771f
3 changed files with 32 additions and 10 deletions

View File

@@ -220,7 +220,7 @@ public interface AccountService extends IService<Account> {
Boolean unbindGoogle();
void updateAccountValidity(Long accountId, Long currentPeriodEnd);
boolean updateAccountValidity(Long accountId, Long currentPeriodEnd);
void updateUserRoleAndCredits(Long accountId, String type);