tsit05 hace 4 años
padre
commit
cb21812727

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