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