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,
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue