فهرست منبع

Merge branch 'develop_tsit' of https://dev.azure.com/style24/style24/_git/style24.core into develop_tsit

card007 4 سال پیش
والد
کامیت
3857d3de1d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/java/com/style24/core/biz/service/TscShoplinkerService.java

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