gagamel 4 lat temu
rodzic
commit
3f8f52c73f

+ 2 - 2
src/main/java/com/style24/batch/biz/job/goods/TsbDaumAllEp.java

@@ -38,8 +38,8 @@ public class TsbDaumAllEp extends TsbAbstractJob<String, String, String> {
 
 
 	@Override
 	@Override
 	public String read() throws Exception {
 	public String read() throws Exception {
-//		// 다음 전체EP 생성
-//		goodsEpService.createDaumEp("ALL");
+		// 다음 전체EP 생성
+		goodsEpService.createDaumEp("ALL");
 
 
 		return "OK";
 		return "OK";
 	}
 	}