瀏覽代碼

08.26 파일생성 관련 임시 반영

tsit05 4 年之前
父節點
當前提交
f290aef32d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/style24/batch/biz/job/goods/TsbNaverAllEp.java

+ 1 - 1
src/main/java/com/style24/batch/biz/job/goods/TsbNaverAllEp.java

@@ -37,7 +37,7 @@ public class TsbNaverAllEp extends TsbAbstractJob<Collection<GoodsEp>, Collectio
 	@Override
 	public Collection<GoodsEp> read() throws Exception {
 		// 네이버 전체EP 생성
-		naverEpService.createNaverEp("ALL");
+		//naverEpService.createNaverEp("ALL");
 
 		// 네이버 전체EP 목록
 		return naverEpService.getNaverEpList();