浏览代码

测试代码

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

+ 1 - 0
app/service/stage.js

@@ -588,6 +588,7 @@ module.exports = app => {
                 if (detailAtt && detailAtt.length > 0) {
                     for (const da of detailAtt) {
                         for (const daa of da.attachment) {
+                            console.log(daa);
                             if (fs.existsSync(path.join(this.app.baseDir, daa.filepath))) {
                                 await fs.unlinkSync(path.join(this.app.baseDir, daa.filepath));
                             }