|
|
@@ -42,7 +42,7 @@ public class TsbShoplinkerStockJob extends TsbAbstractJob<Collection<ShoplinkerG
|
|
|
public Collection<ShoplinkerGoods> read() throws Exception {
|
|
|
|
|
|
// 재고 변경정보 수정
|
|
|
- shoplinkerService.updateSyncStock();
|
|
|
+ //shoplinkerService.updateSyncStock();
|
|
|
|
|
|
// 재고 변경 목록
|
|
|
return shoplinkerService.getSyncStockList();
|
|
|
@@ -186,7 +186,7 @@ public class TsbShoplinkerStockJob extends TsbAbstractJob<Collection<ShoplinkerG
|
|
|
shoplinkerService.insertShoplinerApiHst(map);
|
|
|
|
|
|
// 생성 파일삭제
|
|
|
- GagaFileUtil.deleteFile(GagaFileUtil.getConcatenationPath(map.getXmlPath(), xmlFileName.toString()));
|
|
|
+ //GagaFileUtil.deleteFile(GagaFileUtil.getConcatenationPath(map.getXmlPath(), xmlFileName.toString()));
|
|
|
|
|
|
return succCnt;
|
|
|
}
|