소스 검색

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

MaiXinRong 7 달 전
부모
커밋
e47cd7bb27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
                     }
                 }
             }