feat: add relation for use later
This commit is contained in:
parent
3037cc7010
commit
c555ddcdb5
1 changed files with 3 additions and 1 deletions
|
|
@ -233,7 +233,9 @@ export class RequestListController extends Controller {
|
||||||
stepStatus: true,
|
stepStatus: true,
|
||||||
productService: {
|
productService: {
|
||||||
include: {
|
include: {
|
||||||
service: true,
|
service: {
|
||||||
|
include: { workflow: true },
|
||||||
|
},
|
||||||
work: true,
|
work: true,
|
||||||
product: {
|
product: {
|
||||||
include: {
|
include: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue