|
|
@@ -1293,6 +1293,9 @@ module.exports = app => {
|
|
|
await this.ctx.service.stageSafeProd.updateHistory4TimesOrder(stage, stage.times, [selfAuditor.order + 1], transaction);
|
|
|
await this.ctx.service.stageTempLand.updateHistory4TimesOrder(stage, stage.times, [selfAuditor.order + 1], transaction);
|
|
|
|
|
|
+ // 多人协同,取消下一审批人存在的锁定
|
|
|
+ await this.ctx.service.stageAuditAss.lockConfirm4CheckNoPre(this.ctx.stage, stage.curAuditors.map(x => { return x.aid; }), stage.preAuditors.map(x => { return x.aid; }), transaction);
|
|
|
+
|
|
|
// 更新标段计量数据缓存
|
|
|
await this.ctx.service.tenderCache.updateStageCache4Flow(transaction, stage, stage.status, checkingAuditors, checkCancelAuditors, ledgerTp, stageTp);
|
|
|
// 上报/审批 - 检查三方特殊推送
|