|
@@ -115,6 +115,7 @@ public class GetPatentPDFFromWebThread extends Thread {
|
|
|
//根据专利号调用"获得世界专利pdf"接口,获得pdf的url地址
|
|
|
}
|
|
|
else {
|
|
|
+
|
|
|
recordQuestionPatent(starPatentVO.getApplicationNo());
|
|
|
}
|
|
|
}
|
|
@@ -129,12 +130,12 @@ public class GetPatentPDFFromWebThread extends Thread {
|
|
|
}
|
|
|
else{
|
|
|
recordQuestionPatent(starPatentVO.getApplicationNo());
|
|
|
- return;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
taskThread.updateProcess(false,4,"");
|
|
|
} catch (Exception e) {
|
|
|
- taskThread.updateProcess(false,4,"");
|
|
|
+ taskThread.updateProcess(true,4,"");
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
}
|