|
|
@@ -340,7 +340,7 @@ public class TscShoplinkerService {
|
|
|
}
|
|
|
|
|
|
// 생성 파일삭제
|
|
|
- GagaFileUtil.deleteFile(GagaFileUtil.getConcatenationPath(shoplinkerOrder.getXmlPath(), xmlFileName.toString()));
|
|
|
+ // GagaFileUtil.deleteFile(GagaFileUtil.getConcatenationPath(shoplinkerOrder.getXmlPath(), xmlFileName.toString()));
|
|
|
|
|
|
}catch(Exception e) {
|
|
|
log.error("xml 생성오류 ", e);
|
|
|
@@ -569,7 +569,7 @@ public class TscShoplinkerService {
|
|
|
shoplinkerDao.insertShoplinerApiHst(apiHstMap);
|
|
|
|
|
|
// 생성 파일삭제
|
|
|
- GagaFileUtil.deleteFile(GagaFileUtil.getConcatenationPath(shoplinkerInvoice.getXmlPath(), xmlFileName.toString()));
|
|
|
+ // GagaFileUtil.deleteFile(GagaFileUtil.getConcatenationPath(shoplinkerInvoice.getXmlPath(), xmlFileName.toString()));
|
|
|
}
|
|
|
}
|
|
|
}
|