MaiXinRong 2 lat temu
rodzic
commit
ec0e66243f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/service/rpt_gather_memory.js

+ 1 - 0
app/service/rpt_gather_memory.js

@@ -572,6 +572,7 @@ module.exports = app => {
         }
 
         async _doGatherStageData(memFieldKeys, gsDefine, gsCustom) {
+            if (this.resultTree || this.resultPos) return;
             if (!gsDefine || !gsDefine.enable) return;
             if (!gsCustom || !gsCustom.tenders || gsCustom.tenders.length === 0) return;