diff options
Diffstat (limited to 'lib/soap/ecc/mapper/rfq-and-pr-mapper.ts')
| -rw-r--r-- | lib/soap/ecc/mapper/rfq-and-pr-mapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/soap/ecc/mapper/rfq-and-pr-mapper.ts b/lib/soap/ecc/mapper/rfq-and-pr-mapper.ts index c1c56cf3..65b49423 100644 --- a/lib/soap/ecc/mapper/rfq-and-pr-mapper.ts +++ b/lib/soap/ecc/mapper/rfq-and-pr-mapper.ts @@ -223,7 +223,7 @@ export async function mapECCRfqHeaderToRfqLast( picName: inChargeUserName, // 담당자명 (EKGRP로 조회) sentBy: null, createdBy: inChargeUserId || 1, - updatedBy: inChargeUserId || 1, + updatedBy: inChargeUserId, createdAt: interfacedAt, // 새 필드들 rfqType: 'ECC', // ECC에서 온 데이터임을 표시 |
