Skip to content

Commit

Permalink
delete: 角色管理重复代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Oct 25, 2016
1 parent 39b957e commit 2cd18ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ public Object tree(@Param("pid") String pid) {
obj.put("children", false);
tree.add(obj);
}
tree.add(obj);
for (Sys_unit unit : list) {
obj = new HashMap<>();
obj.put("id", unit.getId());
Expand Down

0 comments on commit 2cd18ea

Please sign in to comment.