优化上级菜单不能选择自己
This commit is contained in:
		| @@ -128,6 +128,10 @@ public class SysMenuController extends BaseController | |||||||
|         { |         { | ||||||
|             return AjaxResult.error("新增菜单'" + menu.getMenuName() + "'失败,地址必须以http(s)://开头"); |             return AjaxResult.error("新增菜单'" + menu.getMenuName() + "'失败,地址必须以http(s)://开头"); | ||||||
|         } |         } | ||||||
|  |         else if (menu.getMenuId().equals(menu.getParentId())) | ||||||
|  |         { | ||||||
|  |             return AjaxResult.error("新增菜单'" + menu.getMenuName() + "'失败,上级菜单不能选择自己"); | ||||||
|  |         } | ||||||
|         menu.setUpdateBy(SecurityUtils.getUsername()); |         menu.setUpdateBy(SecurityUtils.getUsername()); | ||||||
|         return toAjax(menuService.updateMenu(menu)); |         return toAjax(menuService.updateMenu(menu)); | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user