Uat_Study
he 2022-08-11 17:36:04 +08:00
parent aef751eab0
commit 6002c806ea
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ namespace IRaCIS.Core.Application.Service
}).ToList();
needList.ForEach(x => {
maxOrder = maxOrder++;
maxOrder++;
x.ShowOrder = maxOrder;
});