|
@@ -81,7 +81,7 @@ class PatentwarningService extends CrudService {
|
|
try {
|
|
try {
|
|
xmlData = await this.dealXml(xmlPath);
|
|
xmlData = await this.dealXml(xmlPath);
|
|
} catch (error) {
|
|
} catch (error) {
|
|
- errorList.push({ key: patentNumber, word: '解析xml数据中的 申请号 和 专利名称 失败' });
|
|
|
|
|
|
+ errorList.push({ key: patentNumber, word: `解析xml数据中的 申请号 和 专利名称 失败 于:${xmlPath}` });
|
|
continue;
|
|
continue;
|
|
// throw new BusinessError(ErrorCode.SERVICE_FAULT, '解析申请号失败');
|
|
// throw new BusinessError(ErrorCode.SERVICE_FAULT, '解析申请号失败');
|
|
}
|
|
}
|