|
@@ -124,7 +124,7 @@ public class GetPatentPDFFromWebThread extends Thread {
|
|
|
//若没有取到说明书pdf,则将当前申请号和备注信息存入问题记录表,并返回空对象
|
|
|
|
|
|
if (!pdfUrl.equals("")) {
|
|
|
- String guid1 = FormatUtil.getPDFFormat(starPatentVO.getApplicationNo(), 0);
|
|
|
+ String guid1 = FormatUtil.getPDFFormat(usedPatentNo, 0);
|
|
|
File file1 = FileUtils.getFileByUrl(pdfUrl);
|
|
|
fileManagerService.uploadFileWithGuid(file1, guid1);
|
|
|
}
|