TASK:试用订单接收名单添加;
This commit is contained in:
@@ -807,6 +807,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
throw new BusinessException("Machine not registered or machine identification has changed, login free has failed, please contact us at help@aida.com.hk.");
|
||||
}
|
||||
Account account = accountList.get(0);
|
||||
validateUserValidaExpire(account);
|
||||
AccountLoginVO response = CopyUtil.copyObject(account, AccountLoginVO.class);
|
||||
String token = LocalCacheUtils.getTokenCache(String.valueOf(account.getId()));
|
||||
if (StringUtils.isNotBlank(token)) {
|
||||
|
||||
Reference in New Issue
Block a user