แก้ไขการเรียงลำดับ บช2-3 เรียงตามเลขที่ใหม่

This commit is contained in:
Suphonchai Phoonsawat 2023-06-22 05:34:01 +07:00
parent 2940777197
commit bd1ec56e82
2 changed files with 290 additions and 289 deletions

View file

@ -374,9 +374,9 @@ namespace BMA.EHR.Report.Service.Services
PositionTypeNew = ptNew == null ? null : ptNew.Name,
})
.ToList()
.OrderBy(x => x.OcOrder).ThenBy(x => GetPosnoIntFromPosNo(x.PositionNumberOld))
.ToList();
//.OrderBy(x => x.OcOrder).ThenBy(x => GetPosnoIntFromPosNo(x.PositionNumberOld))
//.ToList();
var results = new List<Account2ResultItem>();