Commit b3bffeb0 authored by 黄奎's avatar 黄奎

页面修改

parent d89253ee
......@@ -138,7 +138,6 @@ namespace Edu.Module.System
{
list = GetPostMenuListModule(postIds,query.MenuType);
}
userCenterList = menuRepository.GetMenuListRepository(new RB_Menu_ViewModel() { IsUserCenter = 1 });
var newList= list.Where(qitem => qitem.MenuType == query.MenuType && qitem.IsUserCenter ==0).ToList();
return GetMenuTreeModule(newList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment