|
@@ -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
|
|
|
});
|