sort ลำดับที่สอบ
This commit is contained in:
parent
de837e1215
commit
1c99718a30
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue