Browse Source

修复审批退回上一个审批人的期次数增加bug

laiguoran 5 years ago
parent
commit
c65f9da6d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/stage_audit.js

+ 1 - 1
app/service/stage_audit.js

@@ -447,7 +447,7 @@ module.exports = app => {
                     id: stageId,
                     contract_tp: tpData.contract_tp,
                     qc_tp: tpData.qc_tp,
-                    times: times + 1,
+                    times: times,
                     yf_tp: yfPay.tp,
                     cache_time_r: this.ctx.stage.cache_time_l,
                 });