This commit is contained in:
he
2022-08-11 17:34:34 +08:00
parent e8aaed6955
commit aef751eab0
@@ -263,7 +263,8 @@ namespace IRaCIS.Core.Application.Service
}).ToList();
needList.ForEach(x => {
x.ShowOrder = maxOrder++;
maxOrder = maxOrder++;
x.ShowOrder = maxOrder;
});
foreach (var item in needList.Where(x => x.ParentId != null))