refactor: remove unnecessary join
This commit is contained in:
parent
8b623803e7
commit
7e8c9b1b7c
1 changed files with 0 additions and 8 deletions
|
|
@ -184,14 +184,6 @@ export class QuotationController extends Controller {
|
||||||
where,
|
where,
|
||||||
include: {
|
include: {
|
||||||
customerBranch: true,
|
customerBranch: true,
|
||||||
worker: true,
|
|
||||||
productServiceList: {
|
|
||||||
include: {
|
|
||||||
product: true,
|
|
||||||
work: true,
|
|
||||||
service: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
paySplit: true,
|
paySplit: true,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue