fix: missing relation

This commit is contained in:
Methapon Metanipat 2024-10-03 14:09:34 +07:00
parent 7f9112c866
commit bfa95990a5

View file

@ -192,6 +192,7 @@ export class QuotationController extends Controller {
service: true,
},
},
paySplit: true,
},
}),
prisma.quotation.count({ where }),
@ -218,6 +219,7 @@ export class QuotationController extends Controller {
service: true,
},
},
paySplit: true,
},
where: { id: quotationId },
});