refactor: change order
This commit is contained in:
parent
78a0974f36
commit
a065df3b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ export class CustomerController extends Controller {
|
|||
district: true,
|
||||
subDistrict: true,
|
||||
},
|
||||
orderBy: { branchNo: "desc" },
|
||||
orderBy: { branchNo: "asc" },
|
||||
},
|
||||
createdBy: true,
|
||||
updatedBy: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue