|
|
@@ -149,7 +149,7 @@ public class CmsAccountController {
|
|
|
Account netflixAccount = accountService.getOne(Wrappers.lambdaQuery(Account.class)
|
|
|
.eq(Account::getGoodsId, Constant.NETFLIX_GID)
|
|
|
.eq(Account::getAccount, account)
|
|
|
- .select(Account::getAccount, Account::getPassword)
|
|
|
+ .select(Account::getAccount, Account::getGptEmailPwd)
|
|
|
.last("limit 1"));
|
|
|
if (netflixAccount == null) {
|
|
|
throw BusinessRuntimeException.getInstance("奈飞账号不存在");
|