refactor: change order

This commit is contained in:
Methapon2001 2024-08-08 13:29:35 +07:00
parent 78a0974f36
commit a065df3b1f

View file

@ -232,7 +232,7 @@ export class CustomerController extends Controller {
district: true,
subDistrict: true,
},
orderBy: { branchNo: "desc" },
orderBy: { branchNo: "asc" },
},
createdBy: true,
updatedBy: true,