MaiXinRong 2 years ago
parent
commit
1d6981d175
1 changed files with 1 additions and 1 deletions
  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;