feat: order relation

This commit is contained in:
Methapon2001 2024-07-05 14:09:15 +07:00
parent a4c220c700
commit 3d0e6a2069

View file

@ -188,6 +188,9 @@ export class CustomerController extends Controller {
district: true, district: true,
subDistrict: true, subDistrict: true,
}, },
orderBy: {
branchNo: "asc",
},
} }
: undefined, : undefined,
createdBy: true, createdBy: true,