MaiXinRong 1 gadu atpakaļ
vecāks
revīzija
06bebdb9d3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 {