|
@@ -17,7 +17,7 @@ public class PatentService {
|
|
|
Records records = new Records();
|
|
|
records.setCurrent(queryRequest.getCurrent());
|
|
|
records.setSize(queryRequest.getSize());
|
|
|
- records.setData(patentDTO.getPatents());
|
|
|
+// records.setData(patentDTO.getPatents());
|
|
|
records.setTotal(patentDTO.getTotal());
|
|
|
return records;
|
|
|
}
|