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