|
@@ -99,7 +99,7 @@ module.exports = options => {
|
|
|
yield this.service.paymentDetailAudit.updateLastAudit(detail, auditList, shenpiInfo.audit_id);
|
|
|
} else if (!shenpiInfo) {
|
|
|
// 不存在终审人的状态下这里恢复为授权审批人
|
|
|
- this.detail.sp_status = shenpiConst.sp_status.sqspr;
|
|
|
+ this.trInfo.sp_status = shenpiConst.sp_status.sqspr;
|
|
|
}
|
|
|
}
|
|
|
}
|