|
@@ -194,7 +194,7 @@ public class EventServiceTests {
|
|
|
@Test
|
|
|
void test4() throws IOException {
|
|
|
List<String> stringList = Arrays.asList("US369258147", "US258369147", "14528");
|
|
|
- EsPatentFamilyDTO test = esService.selectEsPatentFamily(stringList, "test");
|
|
|
+ EsPatentFamilyDTO test = esService.addEsPatentFamily(stringList, "test");
|
|
|
System.out.println(test);
|
|
|
}
|
|
|
}
|