Skip to content

Commit

Permalink
update: 角色分配权限的操作日志瘦身
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Oct 12, 2016
1 parent 27d5da3 commit 81b84a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public Object editMenu(String roleId, HttpServletRequest req) {
@At
@Ok("json")
@RequiresPermissions("sys.manager.role.menu")
@SLog(tag = "修改角色菜单", msg = "角色名称:${args[2].getAttribute('name')},菜单ID:${args[0]}")
@SLog(tag = "修改角色菜单", msg = "角色名称:${args[2].getAttribute('name')}")
public Object editMenuDo(@Param("menuIds") String menuIds, @Param("roleid") String roleid, HttpServletRequest req) {
try {
String[] ids = StringUtils.split(menuIds, ",");
Expand Down

0 comments on commit 81b84a2

Please sign in to comment.