แก้ไขการเรียงลำดับ บช2-3 เรียงตามเลขที่ใหม่
This commit is contained in:
parent
2940777197
commit
bd1ec56e82
2 changed files with 290 additions and 289 deletions
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue