TASK:免登录;
This commit is contained in:
@@ -631,6 +631,8 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
accountMapper.deleteById(accountDelete);
|
||||
userToBeUpdate.setUserName(userName);
|
||||
accountMapper.updateById(userToBeUpdate);
|
||||
}else {
|
||||
accountMapper.deleteById(accountDelete);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user