MaiXinRong 5 лет назад
Родитель
Сommit
bc0e2ae6b4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/service/stage_audit.js

+ 1 - 0
app/service/stage_audit.js

@@ -641,6 +641,7 @@ module.exports = app => {
                 await transaction.insert(this.tableName, newAuditors);
 
                 // 复制一份最新数据给下一人
+                await this.ctx.service.stagePay.copyAuditStagePays(this.ctx.stage, this.ctx.stage.times, audit.order + 1, transaction);
                 await this.ctx.service.stagePay.copyAuditStagePays(this.ctx.stage, this.ctx.stage.times, audit.order + 2, transaction);
 
                 // 本期结束