|
@@ -187,7 +187,7 @@ public class ExcutePatentDataStar implements IExcutePatentData {
|
|
|
isAddPatentNos = isAddPatentNos.subList(fromIndex, isAddPatentNos.size() - 1);
|
|
|
}
|
|
|
//若是检索页面网站导入,则isAddPatentNos里是前台传的多个申请号
|
|
|
- if (isAddPatentNos.contains(".")) {
|
|
|
+ if (isAddPatentNos.get(0).contains(".")) {
|
|
|
downLoadIsAddPatentNos(isAddPatentNos, task, orderBy, orderByType, dbType, cells, null);
|
|
|
} else {
|
|
|
//若是多个专利号导入,则isAddPatentNos里是多个专利号
|