Просмотр исходного кода

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

card007 4 лет назад
Родитель
Сommit
3857d3de1d

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