Commit 1ab12aab044e56c07938ef60365411d10d7d701f

Authored by jiangjiazhi
1 parent 3fd2877d06

a

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RolesController.java View file @ 1ab12aa
... ... @@ -401,7 +401,6 @@
401 401 list.add(Integer.valueOf(a));
402 402 }
403 403 }
404   -
405 404 rolesQuery.setOrgIds(list);
406 405 List<Roles> roles = rolesService.queryRoles(rolesQuery);
407 406 List<Roles> rolesList = new ArrayList<>();