fix: ordering

This commit is contained in:
Methapon2001 2025-01-29 14:51:03 +07:00
parent 11a6918e96
commit 717966796e

View file

@ -321,6 +321,7 @@ export class BranchController extends Controller {
district: true, district: true,
subDistrict: true, subDistrict: true,
}, },
orderBy: { code: "asc" },
} }
: false, : false,
bank: true, bank: true,
@ -364,6 +365,7 @@ export class BranchController extends Controller {
bank: true, bank: true,
contact: includeContact, contact: includeContact,
}, },
orderBy: { code: "asc" },
}, },
bank: true, bank: true,
contact: includeContact, contact: includeContact,