MaiXinRong %!s(int64=2) %!d(string=hai) anos
pai
achega
1d6981d175
Modificáronse 1 ficheiros con 1 adicións e 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;