MaiXinRong 2 years ago
parent
commit
18289c34af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/stage_audit.js

+ 1 - 1
app/service/stage_audit.js

@@ -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, {