Uat_Study
he 2022-08-11 17:34:34 +08:00
parent e8aaed6955
commit aef751eab0
1 changed files with 2 additions and 1 deletions

View File

@ -263,7 +263,8 @@ namespace IRaCIS.Core.Application.Service
}).ToList(); }).ToList();
needList.ForEach(x => { needList.ForEach(x => {
x.ShowOrder = maxOrder++; maxOrder = maxOrder++;
x.ShowOrder = maxOrder;
}); });
foreach (var item in needList.Where(x => x.ParentId != null)) foreach (var item in needList.Where(x => x.ParentId != null))