Commit 8ade775b authored by 吴春's avatar 吴春

提交代码

parent a0e09b0d
......@@ -1869,7 +1869,7 @@ namespace Mall.WebApi.Controllers.Education
}
List<object> fileGroup = new List<object>();
foreach (var item in group.GroupBy(x => x.Type))
foreach (var item in fileList.GroupBy(x => x.Type))
{
List<object> fileObjectList = new List<object>();
foreach (var itemGroup in fileList.Where(x=>x.Type==item.Key).GroupBy(x => x.GroupId))
......
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