|
@@ -196,7 +196,7 @@ public class TsbShoplinkerStockJob extends TsbAbstractJob<Collection<ShoplinkerG
|
|
|
shoplinkerService.insertShoplinerApiHst(map);
|
|
shoplinkerService.insertShoplinerApiHst(map);
|
|
|
|
|
|
|
|
// 생성 파일삭제
|
|
// 생성 파일삭제
|
|
|
- //GagaFileUtil.deleteFile(GagaFileUtil.getConcatenationPath(map.getXmlPath(), xmlFileName.toString()));
|
|
|
|
|
|
|
+ GagaFileUtil.deleteFile(GagaFileUtil.getConcatenationPath(map.getXmlPath(), xmlFileName.toString()));
|
|
|
|
|
|
|
|
return succCnt;
|
|
return succCnt;
|
|
|
}
|
|
}
|