fix: branch order
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
c430fc3c7a
commit
5262ad2a63
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ export class BranchController extends Controller {
|
||||||
district: true,
|
district: true,
|
||||||
subDistrict: true,
|
subDistrict: true,
|
||||||
},
|
},
|
||||||
orderBy: { code: "asc" },
|
orderBy: [{ statusOrder: "asc" }, { code: "asc" }],
|
||||||
}
|
}
|
||||||
: false,
|
: false,
|
||||||
bank: true,
|
bank: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue