ปรับให้เรียงตามปีงบล่าสุดก่อน (#1878)
Co-authored-by: harid <harid_pr61@live.rmutl.com>
This commit is contained in:
parent
c0f4cd3bdf
commit
4fb82bf25a
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
{
|
||||
Id = x.FirstOrDefault().Year,
|
||||
Name = x.FirstOrDefault().Year + 543,
|
||||
}).ToList();
|
||||
}).OrderByDescending(x => x.Id).ToList();
|
||||
return Success(_data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue