feat: also return relation
This commit is contained in:
parent
606149da25
commit
61c043103a
1 changed files with 7 additions and 1 deletions
|
|
@ -113,7 +113,13 @@ export class TaskController extends Controller {
|
|||
include: {
|
||||
requestWork: {
|
||||
include: {
|
||||
productService: true,
|
||||
productService: {
|
||||
include: {
|
||||
service: true,
|
||||
work: true,
|
||||
product: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue