|
@@ -435,7 +435,7 @@ module.exports = app => {
|
|
|
tp_history: JSON.stringify(this.ctx.stage.tp_history),
|
|
|
cache_time_r: this.ctx.stage.cache_time_l,
|
|
|
});
|
|
|
- await this.ctx.service.tenderCache.updateStageCache4Flow(transaction, this.ctx.stage, auditConst.status.checking, audit, nextAudit, ledgerTp, stageTp);
|
|
|
+ await this.ctx.service.tenderCache.updateStageCache4Flow(transaction, this.ctx.stage, auditConst.status.checking, nextAudit, audit, ledgerTp, stageTp);
|
|
|
// 多人协同,取消下一审批人存在的锁定
|
|
|
await this.ctx.service.stageAuditAss.cancelLock(this.ctx.stage, nextAudit.aid, transaction);
|
|
|
|
|
@@ -475,7 +475,8 @@ module.exports = app => {
|
|
|
cache_time_r: this.ctx.stage.cache_time_l,
|
|
|
his_id,
|
|
|
});
|
|
|
- await this.ctx.service.tenderCache.updateStageCache4Flow(transaction, this.ctx.stage, checkData.checkType, audit, nextAudit, ledgerTp, stageTp);
|
|
|
+
|
|
|
+ await this.ctx.service.tenderCache.updateStageCache4Flow(transaction, this.ctx.stage, checkData.checkType, nextAudit, audit, ledgerTp, stageTp);
|
|
|
await this.ctx.service.stagePay.cacheOrder(this.ctx.stage, transaction);
|
|
|
|
|
|
// 添加短信通知-审批通过提醒功能
|