trading-order-admin/src/main/java/com/yami/trading/admin/controller/user/UserController.java
@@ -172,7 +172,7 @@ log.setLog("管理员手动退出用户登录状态,ip:[" + IPHelper.getIpAddr() + "]"); logService.save(log); } catch (Exception e) { //throw new YamiShopBindException("操作失败!"); //throw new YamiShopBindException("Operation failed!"); } return Result.ok(null); }