feat: add metadata

This commit is contained in:
Methapon Metanipat 2024-10-15 09:43:34 +07:00
parent a24bf4fb4b
commit ca6b1e74d0

View file

@ -208,6 +208,8 @@ export class QuotationController extends Controller {
},
},
paySplit: true,
createdBy: true,
updatedBy: true,
},
take: pageSize,
skip: (page - 1) * pageSize,
@ -255,6 +257,8 @@ export class QuotationController extends Controller {
},
},
paySplit: true,
createdBy: true,
updatedBy: true,
},
where: { id: quotationId },
});