From 0728ce2e0c085b8f1e8699bcdbe3d2000208bc74 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 31 Jul 2025 09:34:29 +0000 Subject: (김준회) MDG 쿼리 배치처리 도입 (네트워크 왕복 오버헤드 해결 목적), 마이그레이션간 DELETE 제거, 환경변수 정리 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts') diff --git a/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts b/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts index 3b7636f9..31b61ffc 100644 --- a/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts +++ b/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts @@ -13,7 +13,7 @@ import { createSoapResponse, replaceSubTableData, withSoapLogging, -} from '@/lib/soap/mdg/utils'; +} from '@/lib/soap/utils'; import { PR_INFORMATION_T_BID_HEADER, -- cgit v1.2.3