Prechádzať zdrojové kódy

合同支付,固定终审没有配置终审时,模式恢复成授权审批人

MaiXinRong 7 mesiacov pred
rodič
commit
e47cd7bb27
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/service/phase_pay.js

+ 1 - 1
app/service/phase_pay.js

@@ -500,7 +500,7 @@ module.exports = app => {
                         await this.loadUser(phasePay);
                     } else if (!shenpiInfo) {
                         // 不存在终审人的状态下这里恢复为授权审批人
-                        this.tender.info.shenpi.phasePay = shenpiConst.sp_status.sqspr;
+                        this.ctx.tender.info.shenpi.phasePay = shenpiConst.sp_status.sqspr;
                     }
                 }
             }