Quellcode durchsuchen

샵링커 파일삭제 제거

jmh vor 4 Jahren
Ursprung
Commit
96dfd41893

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

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