jmh пре 4 година
родитељ
комит
75d3464e4f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/style24/core/biz/service/TscShoplinkerService.java

+ 1 - 1
src/main/java/com/style24/core/biz/service/TscShoplinkerService.java

@@ -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()));
 			}
 		}
 	}