feat: order relation
This commit is contained in:
parent
a4c220c700
commit
3d0e6a2069
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ export class CustomerController extends Controller {
|
|||
district: true,
|
||||
subDistrict: true,
|
||||
},
|
||||
orderBy: {
|
||||
branchNo: "asc",
|
||||
},
|
||||
}
|
||||
: undefined,
|
||||
createdBy: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue