|
@@ -35,7 +35,7 @@ public class DataWorksSummaryJob {
|
|
|
|
|
|
//确定重跑集合(集合为空跑全量)
|
|
//确定重跑集合(集合为空跑全量)
|
|
|
|
|
|
- List<String> add = Arrays.asList("company_patent");
|
|
|
|
|
|
+ List<String> add = Arrays.asList("company_branch");
|
|
//List<String> add = Arrays.asList("company_copyright_reg","company_copyright_works");
|
|
//List<String> add = Arrays.asList("company_copyright_reg","company_copyright_works");
|
|
//List<String> add = Arrays.asList("company_patent","company_copyright_reg","company_copyright_works");
|
|
//List<String> add = Arrays.asList("company_patent","company_copyright_reg","company_copyright_works");
|
|
|
|
|
|
@@ -46,7 +46,7 @@ public class DataWorksSummaryJob {
|
|
return b1 && b2;
|
|
return b1 && b2;
|
|
}).distinct().collect(Collectors.toList());
|
|
}).distinct().collect(Collectors.toList());
|
|
|
|
|
|
- assertEquals(add.size(),list.size());
|
|
|
|
|
|
+ assertEquals(add.size(), list.size());
|
|
String project = "winhc_ng";
|
|
String project = "winhc_ng";
|
|
String flow = "syn_summary";
|
|
String flow = "syn_summary";
|
|
String taskName = "summary_v9";
|
|
String taskName = "summary_v9";
|