sort ลำดับที่สอบ

This commit is contained in:
Kittapath 2023-07-11 17:31:49 +07:00
parent de837e1215
commit 1c99718a30

View file

@ -166,7 +166,7 @@ namespace BMA.EHR.Placement.Service.Controllers
StatusId = x.PlacementStatus,
Number = x.Number,
Deferment = x.IsRelief,
}).ToListAsync();
}).OrderBy(x => x.Number).ToListAsync();
var result = new List<dynamic>();
foreach (var p in data)