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