|
@@ -743,6 +743,10 @@ public class ImportSinglePatentService {
|
|
|
if (contents.contains(5)) {
|
|
|
this.getPDFFromWeb(starPatentVO);
|
|
|
}
|
|
|
+ //添加法律事务
|
|
|
+ if(contents.contains(6)){
|
|
|
+ esService.addEsLegalEvent(patentNo);
|
|
|
+ }
|
|
|
|
|
|
if (!ObjectUtils.isEmpty(patent)) {
|
|
|
esService.updatePatentShouldWait(patent, patentWithIdVO.getId());
|
|
@@ -750,4 +754,5 @@ public class ImportSinglePatentService {
|
|
|
}
|
|
|
return true;
|
|
|
}
|
|
|
+
|
|
|
}
|