Parcourir la source

重新审批缓存相关

MaiXinRong il y a 2 ans
Parent
commit
bf9fa657e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/service/stage_audit.js

+ 1 - 1
app/service/stage_audit.js

@@ -900,7 +900,7 @@ module.exports = app => {
                 // 重算所有单价变更
                 const priceCalc = new RevisePrice(this.ctx);
                 const pcTp = await priceCalc.stageCheckAgainPriceChange(this.ctx.stage, audit.order + 2, transaction);
-                await this.ctx.service.tenderCache.updateStageCache4Flow(transaction, this.ctx.stage, auditConst.status.checking, audit, audit, null, stageTp, pcTp);
+                await this.ctx.service.tenderCache.updateStageCache4Flow(transaction, this.ctx.stage, auditConst.status.checking, newAuditors[1], newAuditors[0], null, stageTp, pcTp);
 
                 // 添加短信通知-需要审批提醒功能
                 // const smsUser = await this.ctx.service.projectAccount.getDataById(audit.aid);