소스 검색

샵링커 송장 수정

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