This commit is contained in:
he
2022-08-11 17:36:04 +08:00
parent aef751eab0
commit 6002c806ea
@@ -263,7 +263,7 @@ namespace IRaCIS.Core.Application.Service
}).ToList();
needList.ForEach(x => {
maxOrder = maxOrder++;
maxOrder++;
x.ShowOrder = maxOrder;
});