feat: return responsible person

This commit is contained in:
Methapon2001 2024-12-24 17:34:19 +07:00
parent de29f64aaf
commit 65e8a2fdc0

View file

@ -126,6 +126,27 @@ export class RequestDataController extends Controller {
include: {
quotation: {
include: {
productServiceList: {
include: {
service: {
include: {
workflow: {
include: {
step: {
include: {
value: true,
responsiblePerson: {
include: { user: true },
},
responsibleInstitution: true,
},
},
},
},
},
},
},
},
customerBranch: {
include: { customer: true },
},