diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index eb299b9..9eb8c73 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -228,9 +228,22 @@ export class QuotationController extends Controller { }, productServiceList: { include: { - product: true, + service: { + include: { + work: { + include: { + productOnWork: { + include: { + product: true, + }, + }, + }, + }, + }, + }, work: true, - service: true, + product: true, + worker: true, }, },