|
@@ -186,7 +186,7 @@ public class ImportSinglePatentService {
|
|
|
|
|
|
}
|
|
|
if (contents.contains(2)) {
|
|
|
- webVOTransformService.loadFullText(patent, cnFullXmlStr,null);
|
|
|
+ webVOTransformService.loadFullText(patent, cnFullXmlStr, null);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -376,7 +376,7 @@ public class ImportSinglePatentService {
|
|
|
|
|
|
Patent patent = new Patent();
|
|
|
//装载基本信息
|
|
|
-
|
|
|
+ patent.setPatentNo(patentWithIdVO.getPatent().getPatentNo());
|
|
|
patent = this.getPatentCataloguingFromWeb(starPatentVO);
|
|
|
|
|
|
|