MaiXinRong 2 년 전
부모
커밋
1d6981d175
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;