Sfoglia il codice sorgente

审批退回上一人,历史缓存问题

MaiXinRong 5 anni fa
parent
commit
64226cbad3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/service/stage_audit.js

+ 1 - 1
app/service/stage_audit.js

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