|
@@ -504,7 +504,7 @@ module.exports = app => {
|
|
|
try {
|
|
|
// 计算并合同支付最终数据
|
|
|
const [yfPay, sfPay] = await this.ctx.service.stagePay.calcAllStagePays(this.ctx.stage, transaction);
|
|
|
- this.ctx.stage.push({
|
|
|
+ this.ctx.stage.tp_history.push({
|
|
|
times: times, order: audit.order,
|
|
|
contract_tp: tpData.contract_tp,
|
|
|
qc_tp: tpData.qc_tp,
|