|
@@ -1058,6 +1058,7 @@ module.exports = app => {
|
|
|
status: auditConst.status.checking,
|
|
|
cache_time_r: this.ctx.stage.cache_time_l,
|
|
|
tp_history: JSON.stringify(this.ctx.stage.tp_history),
|
|
|
+ final_auditor_str: '',
|
|
|
});
|
|
|
// 已经引用到本期的单价变更,全部取消
|
|
|
await this.ctx.service.revisePrice.cancelPriceUsed(this.ctx.stage, transaction);
|