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