fix: ordering
This commit is contained in:
parent
11a6918e96
commit
717966796e
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue