|
@@ -819,7 +819,7 @@ module.exports = app => {
|
|
await this.ctx.service.stageTempLand.updateHistory(this.ctx.stage, transaction);
|
|
await this.ctx.service.stageTempLand.updateHistory(this.ctx.stage, transaction);
|
|
|
|
|
|
// 锁定本人数据,保留锁定数据相关确认状态
|
|
// 锁定本人数据,保留锁定数据相关确认状态
|
|
- await this.ctx.service.cooperationConfirm.lockConfirm4CheckNoPre(this.ctx.stage, audit.aid, transaction);
|
|
|
|
|
|
+ await this.ctx.service.cooperationConfirm.lockConfirm4CheckNoPre(this.ctx.stage, audit.aid, preAuditor.aid, transaction);
|
|
|
|
|
|
// 同步 期信息
|
|
// 同步 期信息
|
|
await transaction.update(this.ctx.service.stage.tableName, {
|
|
await transaction.update(this.ctx.service.stage.tableName, {
|