MaiXinRong hace 3 años
padre
commit
fb84488942
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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));
                             }