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

+ 1 - 1
app/service/stage_audit.js

@@ -425,7 +425,7 @@ module.exports = app => {
             const stageInfo = await this.ctx.service.stage.getDataById(stageId);
 
             // 计算并合同支付最终数据
-            const [yfPay, sfPay, stagePays] = await this.ctx.service.stagePay.calcAllStagePays(this.ctx.stage, transaction);
+            const [yfPay, sfPay, stagePays] = await this.ctx.service.stagePay.calcAllStagePays(this.ctx.stage);
 
             const transaction = await this.db.beginTransaction();
             try {