MaiXinRong hace 2 años
padre
commit
1d6981d175
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/service/report_memory.js

+ 1 - 1
app/service/report_memory.js

@@ -959,7 +959,7 @@ module.exports = app => {
         }
 
         async _generateImportChange(sid) {
-            if (this.importChange !== null) return;
+            if (this.importChange !== undefined) return;
             const self = this;
             try {
                 const ctx = this.ctx;