@@ -57,6 +57,8 @@ module.exports = app => {
},
};
await transaction.update(this.ctx.service.scheduleMonth.tableName, updateData, option);
+ // 重算计量总金额
+ await this.calcStageSjTp(transaction, this.ctx.tender.id);
await transaction.commit();
return true;
} catch (err) {