|
@@ -114,9 +114,9 @@ public class FTOController {
|
|
return Response.success(tortCompareRecordVO);
|
|
return Response.success(tortCompareRecordVO);
|
|
}
|
|
}
|
|
|
|
|
|
- @Operation(summary = "查询报告详情以及对比结果")
|
|
|
|
- @GetMapping("/getReportDetails")
|
|
|
|
- public Response getReportDetails(Integer projectId, String patentNo){
|
|
|
|
|
|
+ @Operation(summary = "查询报告专利最新对比结果")
|
|
|
|
+ @GetMapping("/getLastRecord")
|
|
|
|
+ public Response getLastRecord(Integer projectId, String patentNo){
|
|
ftoCompareRecordService.getLastRecord(projectId, patentNo);
|
|
ftoCompareRecordService.getLastRecord(projectId, patentNo);
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|