From a78f26bc52a2ff032a8103f36a2a660cefa9fb64 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Fri, 7 Nov 2025 15:29:36 +0900 Subject: (김준회) 정규벤더 등록요청 결재 연결, 공통컴포넌트(미리보기) 연결, MDG 송신 공통함수 사용처리 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/soap/mdg/send/vendor-master/send-single-vendor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/soap/mdg/send/vendor-master') diff --git a/lib/soap/mdg/send/vendor-master/send-single-vendor.ts b/lib/soap/mdg/send/vendor-master/send-single-vendor.ts index d10792b7..bf040b36 100644 --- a/lib/soap/mdg/send/vendor-master/send-single-vendor.ts +++ b/lib/soap/mdg/send/vendor-master/send-single-vendor.ts @@ -194,8 +194,8 @@ function mapVendorToMDGFormat( NATION: '', // 빈 문자열 (보내면 안됨) COUNTRY: vendor.country || 'KR', // 국가코드 (기본값 KR) POST_CODE1: vendor.postalCode || '00000', // 우편번호 (없으면 00000) - CITY1: vendor.addressDetail || '', // 상세주소 - STREET: vendor.address || '', // 기본주소 + CITY1: vendor.addressDetail || '상세주소 정보가 없습니다', // 상세주소 (없으면 fallback) + STREET: vendor.address || '주소 정보가 없습니다', // 기본주소 (없으면 fallback) // === 연락처 정보 === TEL_NUMBER: vendor.phone || '', // 전화번호 -- cgit v1.2.3