summaryrefslogtreecommitdiff
path: root/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MODEL_MASTER
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-07-02 10:00:07 +0000
committerjoonhoekim <26rote@gmail.com>2025-07-02 10:00:07 +0000
commitdeb2d31dba913a3b831523f41b9bf2e286c53af1 (patch)
tree26b7c440445ef0bb32a54450018b449e0d62d7c9 /app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MODEL_MASTER
parentc0c80aa0e43fd70cee6ccb94c66354eb4c25873c (diff)
(김준회) MDG 수신 구조 개선 및 MDG SOAP 송신 액션 & 테스트 페이지 구성
Diffstat (limited to 'app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MODEL_MASTER')
-rw-r--r--app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MODEL_MASTER/route.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MODEL_MASTER/route.ts b/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MODEL_MASTER/route.ts
index 4e7cdf35..204dffa3 100644
--- a/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MODEL_MASTER/route.ts
+++ b/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MODEL_MASTER/route.ts
@@ -19,7 +19,7 @@ import {
createSuccessResponse,
replaceSubTableData,
withSoapLogging
-} from "../utils";
+} from "@/lib/soap/mdg/utils";
// 스키마에서 직접 타입 추론 (Insert와 XML을 통합)
type MatlData = typeof MODEL_MASTER_MATL.$inferInsert;