From f83bb6e0a31f1439a8f411095f3dffee498fcda2 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Fri, 21 Nov 2025 16:34:55 +0900 Subject: (김준회) 견적 IF: 수정자 구매그룹코드담당자로 처리, nullable 하도록 스키마 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/soap/ecc/mapper/rfq-and-pr-mapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/soap/ecc') 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에서 온 데이터임을 표시 -- cgit v1.2.3