zoujiajian 1 năm trước cách đây
mục cha
commit
ed28700324

+ 0 - 3
netflix-service/src/main/java/com/cyksj/service/mange/account/CmsAccountServiceImpl.java

@@ -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())) {