feat: return responsible person
This commit is contained in:
parent
de29f64aaf
commit
65e8a2fdc0
1 changed files with 21 additions and 0 deletions
|
|
@ -126,6 +126,27 @@ export class RequestDataController extends Controller {
|
||||||
include: {
|
include: {
|
||||||
quotation: {
|
quotation: {
|
||||||
include: {
|
include: {
|
||||||
|
productServiceList: {
|
||||||
|
include: {
|
||||||
|
service: {
|
||||||
|
include: {
|
||||||
|
workflow: {
|
||||||
|
include: {
|
||||||
|
step: {
|
||||||
|
include: {
|
||||||
|
value: true,
|
||||||
|
responsiblePerson: {
|
||||||
|
include: { user: true },
|
||||||
|
},
|
||||||
|
responsibleInstitution: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
customerBranch: {
|
customerBranch: {
|
||||||
include: { customer: true },
|
include: { customer: true },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue