ruifeng_liu 3 年之前
父节点
当前提交
d93281a2da
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/service/patent/patentwarning.js

+ 1 - 0
app/service/patent/patentwarning.js

@@ -35,6 +35,7 @@ class PatentwarningService extends CrudService {
     await compressing.zip.uncompress(uri, `${uncompressFilePath}`);
     // 找到
     const filePaths = await this.findFileNameLoop(uncompressFilePath, fileName);
+    console.log(filePaths);
     const xmlPath = filePaths.find(f => f.includes('.xml'));
     const create_number = await this.dealXml(xmlPath);
     if (!create_number) throw new BusinessError(ErrorCode.FILE_FAULT, '未找到申请号');