|
@@ -54,8 +54,8 @@ public class InternationalPatentServiceTest {
|
|
|
public void test() {
|
|
public void test() {
|
|
|
PageQuery pageQuery = new PageQuery();
|
|
PageQuery pageQuery = new PageQuery();
|
|
|
Map<String, Object> query = pageQuery.getQuery();
|
|
Map<String, Object> query = pageQuery.getQuery();
|
|
|
- query.put("applyStatus", "SUBSTANTIVE_STAGE");
|
|
|
|
|
|
|
+ query.put("applyStatus", "COMPLETED");
|
|
|
Page<InternationalPatent> all = internationalPatentService.allDTO(pageQuery);
|
|
Page<InternationalPatent> all = internationalPatentService.allDTO(pageQuery);
|
|
|
- System.out.println(all.getContent());
|
|
|
|
|
|
|
+ all.getContent().forEach(System.out::println);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|