BUGFIX
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.AccountExtend;
|
||||
@@ -79,4 +79,8 @@ public class AccountLoginVO {
|
||||
|
||||
private String givenName;
|
||||
|
||||
private Long organizationId;
|
||||
|
||||
private String organizationName;
|
||||
|
||||
}
|
||||
|
||||
@@ -3175,6 +3175,8 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
}
|
||||
|
||||
response.setUsernameModify(getNicknameModifyTimes());
|
||||
response.setOrganizationId(account.getOrganizationId());
|
||||
response.setOrganizationName(account.getOrganizationName());
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
@@ -548,6 +548,7 @@ public class SubscriptionPlanServiceImpl extends ServiceImpl<SubscriptionPlanMap
|
||||
updateAccount.setCreditsUsage(plan.getCreditUsage());
|
||||
updateAccount.setCreditsUsageLimit(plan.getCreditLimit());
|
||||
updateAccount.setSubAccountNum(plan.getAccountNum());
|
||||
updateAccount.setId(originalAccount.getId());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user