|
|
@@ -479,9 +479,6 @@ public class CmsAccountServiceImpl extends ServiceImpl<AccountMapper, Account> i
|
|
|
@Override
|
|
|
public String getAccountEmailCode(Long accountId) throws Exception {
|
|
|
Account at = accountMapper.selectById(accountId);
|
|
|
- if (at == null || at.getGoodsId() != 1l) {
|
|
|
- throw BusinessRuntimeException.getInstance("只支持奈飞账号");
|
|
|
- }
|
|
|
String account = at.getAccount();
|
|
|
String password = at.getPassword();
|
|
|
if (StrUtil.isNotEmpty(at.getRelateEmail())) {
|