审核角色自动添加审核菜单;

审核角色禁止修改角色名称
This commit is contained in:
duandongmei
2019-04-30 11:34:08 +08:00
committed by 段冬梅
parent 2b57e33d12
commit d00a855666
4 changed files with 51 additions and 3 deletions

View File

@@ -28,4 +28,6 @@ public interface SysMenuDao extends CrudDao<SysMenu>{
String getMenuCodeByFunctionId(@Param("functionId")Integer functionId, @Param("parentId")String id);
List<SysMenu> findSysMenuByCode(@Param("code") String code);
}