xieb
2023-08-09 ab5d2ff45dc90ea51bbd0bc781da742ff547aea5
skjcmanager/skjcmanager-service/skjcmanager-user/src/main/java/cn/gistack/system/user/controller/UserController.java
@@ -215,6 +215,19 @@
   }
   /**
    * 账号注销
    */
   @PostMapping("/delAccount")
   @ApiOperationSupport(order = 6)
   @ApiOperation(value = "删除", notes = "传入id集合")
   public R delAccount(@RequestParam String ids) {
      CacheUtil.clear(USER_CACHE);
      return R.status(userService.deleteLogic(Func.toLongList(ids)));
   }
   /**
    * 设置菜单权限
    */
   @PostMapping("/grant")