diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-31 12:29:52 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-31 12:29:52 +0000 |
| commit | 494b8925db9aa442941b936ca1b9cfaefdb75f00 (patch) | |
| tree | 96fa045bea197577dc680fb62905edb8046a992d /app | |
| parent | 0728ce2e0c085b8f1e8699bcdbe3d2000208bc74 (diff) | |
(김준회) MDG 수신 로직 개선건 오류 수정, 마이그레이션 대응 및 유틸 스크립트 경로 이동, DB connection 개수 제한
Diffstat (limited to 'app')
| -rw-r--r-- | app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MATERIAL_MASTER_PART/route.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MATERIAL_MASTER_PART/route.ts b/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MATERIAL_MASTER_PART/route.ts index 49aff036..97c5f1c1 100644 --- a/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MATERIAL_MASTER_PART/route.ts +++ b/app/api/(S-ERP)/(MDG)/IF_MDZ_EVCP_MATERIAL_MASTER_PART/route.ts @@ -24,10 +24,6 @@ import { bulkUpsert, bulkReplaceSubTableData } from "@/lib/soap/batch-utils"; -import { - bulkUpsert, - bulkReplaceSubTableData -} from "@/lib/soap/batch-utils"; // 스키마에서 직접 타입 추론 (Insert와 XML을 통합) type MatlData = typeof MATERIAL_MASTER_PART_MATL.$inferInsert; |
