diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-21 16:34:55 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-21 16:34:55 +0900 |
| commit | f83bb6e0a31f1439a8f411095f3dffee498fcda2 (patch) | |
| tree | 4e1758b30b5c0f6dec7f686c112d6bfbd4ec32fd /lib | |
| parent | b845ccde2910894911233cda273657d2b52e63f9 (diff) | |
(김준회) 견적 IF: 수정자 구매그룹코드담당자로 처리, nullable 하도록 스키마 변경
Diffstat (limited to 'lib')
| -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에서 온 데이터임을 표시 |
