fix: branch order
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s

This commit is contained in:
Methapon2001 2025-06-30 13:53:07 +07:00
parent c430fc3c7a
commit 5262ad2a63

View file

@ -326,7 +326,7 @@ export class BranchController extends Controller {
district: true,
subDistrict: true,
},
orderBy: { code: "asc" },
orderBy: [{ statusOrder: "asc" }, { code: "asc" }],
}
: false,
bank: true,