|
@@ -585,7 +585,8 @@ 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, checkData.checkType, { id: this.ctx.stage.user_id }, audit, ledgerTp, stageTp);
|
|
|
+ await this.ctx.service.tenderCache.updateStageCache4Flow(transaction, this.ctx.stage, checkData.checkType,
|
|
|
+ { aid: this.ctx.stage.user_id, order: 0, status: auditConst.status.uncheck }, audit, ledgerTp, stageTp);
|
|
|
// 拷贝新一次审核流程列表
|
|
|
await transaction.insert(this.tableName, auditors);
|
|
|
// 计算该审批人最终数据
|