Explorar el Código

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

laiguoran hace 5 años
padre
commit
c65f9da6d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
                 });