lrf402788946 4 年之前
父節點
當前提交
83f8f6d5b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/creeperxtsread.js

+ 1 - 1
app/service/creeperxtsread.js

@@ -80,7 +80,7 @@ class CreeperxtsreadService extends CrudService {
     }
     console.log(`data length=>${arr.length}`);
     await this.toMq(arr);
-    await fs.unlinkSync(`${pathread}`);
+    // await fs.unlinkSync(`${pathread}`);
   }
 
   async readFileToArr(path_) {