TASK:免登录;

This commit is contained in:
shahaibo
2024-01-15 17:27:34 +08:00
parent 27974e5e7c
commit 2d73f0c414

View File

@@ -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);
}
}
}