เรียงรายชื่อตามเลขที่ตำแหน่ง #2325
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m28s

This commit is contained in:
harid 2026-02-26 11:09:08 +07:00
parent ea25979374
commit 9946b7b7c3

View file

@ -8607,7 +8607,10 @@ export class OrganizationDotnetController extends Controller {
}),
);
return new HttpSuccess(profile_);
return new HttpSuccess(
(profile_ ?? []).sort((a, b) =>
a.posNo.localeCompare(b.posNo, undefined, { numeric: true }))
);
}
/**