|
@@ -84,11 +84,15 @@ public class PatentFiledController {
|
|
|
}
|
|
|
return Response.success(true);
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
@GetMapping("option/setect")
|
|
|
@Operation(summary = "报告id查找")
|
|
|
public String setect(Integer reportId)throws IOException{
|
|
|
return reportFieldService.selectReportField(reportId);
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
@PostMapping("/query/source")
|
|
|
@Operation(summary = "查看字段的统计数据")
|
|
|
public String getPatentQuerySourcePageList(@RequestBody PatentQueryFieldSourceVO params) {
|
|
@@ -99,7 +103,6 @@ public class PatentFiledController {
|
|
|
@Operation(summary ="模糊查询自定义字段")
|
|
|
public String getPatentField( int filedId ,String name)throws IOException{
|
|
|
return reportFieldService.getReportField(filedId, name);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
}
|