Skip to content

Commit

Permalink
Merge pull request #155 from linhaojun857/dev
Browse files Browse the repository at this point in the history
Fix logic
  • Loading branch information
linhaojun857 committed Nov 29, 2023
2 parents 7550599 + 67d6b43 commit b392f37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public void updateUserRole(UserRoleVO userRoleVO) {
@Transactional(rollbackFor = Exception.class)
@Override
public void updateUserDisable(UserDisableVO userDisableVO) {
removeOnlineUser(userDisableVO.getId());
UserInfo userInfo = UserInfo.builder()
.id(userDisableVO.getId())
.isDisable(userDisableVO.getIsDisable())
Expand Down

0 comments on commit b392f37

Please sign in to comment.