feat: add metadata
This commit is contained in:
parent
a24bf4fb4b
commit
ca6b1e74d0
1 changed files with 4 additions and 0 deletions
|
|
@ -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 },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue