ruifeng_liu 3 năm trước cách đây
mục cha
commit
da1ace930b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/service/patent/patentwarning.js

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

@@ -166,6 +166,7 @@ class PatentwarningService extends CrudService {
    * @param {String} filePath xml的文件路径
    */
   async dealXml(filePath) {
+    console.log(filePath);
     const buffer = await fs.readFileSync(filePath);
     let str = encoding.convert(buffer, 'UTF8', 'GBK');
     if (!str) throw new BusinessError(ErrorCode.FILE_FAULT, '读取xml文件失败');