|
@@ -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);
|
|
|
|
|
|
// 本期结束
|