feat: also return full service back

This commit is contained in:
Methapon Metanipat 2024-10-08 10:48:57 +07:00
parent 3885d9d359
commit 5cb3f74e15

View file

@ -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,
},
},