diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-31 09:34:29 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-31 09:34:29 +0000 |
| commit | 0728ce2e0c085b8f1e8699bcdbe3d2000208bc74 (patch) | |
| tree | 3b6299d082314d55065e16a1cf09a0abf2118088 /app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts | |
| parent | 10f90dc68dec42e9a64e081cc0dce6a484447290 (diff) | |
(김준회) MDG 쿼리 배치처리 도입 (네트워크 왕복 오버헤드 해결 목적), 마이그레이션간 DELETE 제거, 환경변수 정리
Diffstat (limited to 'app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts')
| -rw-r--r-- | app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
