|
@@ -34,6 +34,7 @@ class PatentwarningService extends CrudService {
|
|
|
// 解压
|
|
|
await compressing.zip.uncompress(uri, `${uncompressFilePath}`);
|
|
|
// 找到
|
|
|
+ console.log(uncompressFilePath, fileName);
|
|
|
const filePaths = await this.findFileNameLoop(uncompressFilePath, fileName);
|
|
|
console.log(filePaths);
|
|
|
const xmlPath = filePaths.find(f => f.includes('.xml'));
|