|
@@ -66,7 +66,8 @@ public class ReportDocumentService extends ServiceImpl<ReportDocumentMapper, Rep
|
|
private final CompareFilesService compareFilesService;
|
|
private final CompareFilesService compareFilesService;
|
|
@Value("${fileURL}")
|
|
@Value("${fileURL}")
|
|
private String fileURL;
|
|
private String fileURL;
|
|
-
|
|
|
|
|
|
+ @Value("${PASFile}")
|
|
|
|
+ private String url;
|
|
public String reportDocument(ReportDocument reportDocument) {
|
|
public String reportDocument(ReportDocument reportDocument) {
|
|
|
|
|
|
return Response.success();
|
|
return Response.success();
|
|
@@ -743,7 +744,7 @@ public class ReportDocumentService extends ServiceImpl<ReportDocumentMapper, Rep
|
|
//专利权人
|
|
//专利权人
|
|
patentMap.put("rightPerson", rightPerson);
|
|
patentMap.put("rightPerson", rightPerson);
|
|
//图示
|
|
//图示
|
|
- patentMap.put("abstractPath", "http://139.224.24.90:8081" + patent.get("abstractPath"));
|
|
|
|
|
|
+ patentMap.put("abstractPath", url + patent.get("abstractPath"));
|
|
patentMap.put("name", patent.get("name"));
|
|
patentMap.put("name", patent.get("name"));
|
|
//查询专利权要
|
|
//查询专利权要
|
|
String resBody2 = outInterfaceService.getPatentRightFromPAS(patentNo);
|
|
String resBody2 = outInterfaceService.getPatentRightFromPAS(patentNo);
|