|
@@ -1054,9 +1054,9 @@ public class ProjectTaskService extends ServiceImpl<ProjectTaskMapper, ProjectTa
|
|
stringRequest.setCurrent(Long.parseLong(current.toString()));
|
|
stringRequest.setCurrent(Long.parseLong(current.toString()));
|
|
stringRequest.setSize(Long.parseLong(num.toString()));
|
|
stringRequest.setSize(Long.parseLong(num.toString()));
|
|
stringRequest.setProjectId(projectId);
|
|
stringRequest.setProjectId(projectId);
|
|
- current += num;
|
|
|
|
List<Patent> patentList = esPatentService.getPatentsWithNotNo(stringRequest, patentNos);
|
|
List<Patent> patentList = esPatentService.getPatentsWithNotNo(stringRequest, patentNos);
|
|
addPatentNos = patentList.stream().map(Patent::getPatentNo).collect(Collectors.toList());
|
|
addPatentNos = patentList.stream().map(Patent::getPatentNo).collect(Collectors.toList());
|
|
|
|
+ current += num;
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
addPatentNos = item.getPatentNos();
|
|
addPatentNos = item.getPatentNos();
|