diff options
| author | joonhoekim <26rote@gmail.com> | 2025-08-25 07:18:26 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-08-25 07:18:26 +0000 |
| commit | 4a10344c046a8746744c311804f46bd60c0d8bd8 (patch) | |
| tree | 06c46c0e7c61c057b1308d68efd79e1d58513113 /lib/soap/mdg/send/vendor-master/action.ts | |
| parent | 4249d57849ee4e9a39fce41a7dd434e7ca0b35e9 (diff) | |
(김준회) ECC 인터페이스 관련 작업사항
Diffstat (limited to 'lib/soap/mdg/send/vendor-master/action.ts')
| -rw-r--r-- | lib/soap/mdg/send/vendor-master/action.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/soap/mdg/send/vendor-master/action.ts b/lib/soap/mdg/send/vendor-master/action.ts index d35d7a76..a7b4d8a4 100644 --- a/lib/soap/mdg/send/vendor-master/action.ts +++ b/lib/soap/mdg/send/vendor-master/action.ts @@ -17,7 +17,7 @@ import { VENDOR_MASTER_BP_HEADER_BP_VENGEN_BP_PORG_ZVPFN } from "@/db/schema/MDG/mdg"; import { eq, sql, desc } from "drizzle-orm"; -import { withSoapLogging } from "../../../utils"; +import { withSoapLogging } from "@/lib/soap/utils"; import { XMLBuilder } from 'fast-xml-parser'; import { CSV_FIELDS } from './csv-fields'; |
