Browse Source

合同支付,会签或签审批通过,缓存审批信息相关

MaiXinRong 6 months ago
parent
commit
062933e9f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/phase_pay_audit.js

+ 1 - 1
app/service/phase_pay_audit.js

@@ -465,7 +465,7 @@ module.exports = app => {
                     } else {
                         const final_auditor_str = (selfAudit.audit_type === auditType.key.common)
                             ? `${selfAudit.name}${(selfAudit.role ? '-' + selfAudit.role : '')}`
-                            : ctx.helper.transFormToChinese(selfAudit.audit_order) + '审';
+                            : this.ctx.helper.transFormToChinese(selfAudit.audit_order) + '审';
                         await transaction.update(this.ctx.service.phasePay.tableName, {
                             id: phasePay.id, audit_end_time: time, audit_status: auditConst.phasePay.status.checked, final_auditor_str, ...paySum
                         });