MaiXinRong 5 years ago
parent
commit
79fb17edf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/rpt_gather_memory.js

+ 1 - 1
app/service/rpt_gather_memory.js

@@ -445,7 +445,7 @@ module.exports = app => {
             const tender = await this.ctx.service.tender.getCheckTender(sTender.tid);
             const tender = await this.ctx.service.tender.getCheckTender(sTender.tid);
             const info = await this._getBaseTenderInfo(tender);
             const info = await this._getBaseTenderInfo(tender);
             const stage = await this.ctx.service.stage.getDataByCondition({tid: tender.id, s_time: month});
             const stage = await this.ctx.service.stage.getDataByCondition({tid: tender.id, s_time: month});
-            this._getStageTenderInfo(stage, info);
+            await this._getStageTenderInfo(stage, info);
             this.resultTenderInfo.push(info);
             this.resultTenderInfo.push(info);
         }
         }