fix: relation ordering

This commit is contained in:
Methapon2001 2024-08-08 13:27:48 +07:00
parent 4a563d7885
commit 78a0974f36

View file

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