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,
subDistrict: true,
},
orderBy: { code: "asc" },
}
: false,
bank: true,
@ -364,6 +365,7 @@ export class BranchController extends Controller {
bank: true,
contact: includeContact,
},
orderBy: { code: "asc" },
},
bank: true,
contact: includeContact,