xinquan-modules/xinquan-user/src/main/java/com/xinquan/user/controller/client/ClientAppUserController.java
@@ -1185,7 +1185,7 @@ byId.setUserStatus(3); byId.setLogoutTime(LocalDateTime.now()); appUserService.updateById(byId); appUserService.removeById(byId); // appUserService.removeById(byId); remoteUserService.removeByAppUserId(byId.getUserId()); return R.ok(); }