Commit 1f9969ea authored by 吴春's avatar 吴春

提交代码

parent 91925330
...@@ -1870,7 +1870,7 @@ namespace Mall.WebApi.Controllers.Education ...@@ -1870,7 +1870,7 @@ namespace Mall.WebApi.Controllers.Education
List<object> fileGroup = new List<object>(); List<object> fileGroup = new List<object>();
for (int i = 2; i <= 1; i--) for (int i = 2; i >= 1; i--)
{ {
List<object> fileObjectList = new List<object>(); List<object> fileObjectList = new List<object>();
foreach (var itemGroup in fileList.Where(x => x.Type == i).GroupBy(x => x.GroupId)) foreach (var itemGroup in fileList.Where(x => x.Type == i).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