@@ -1726,7 +1726,7 @@ module.exports = app => {
status: auditConst.status.uncheck,
audit_type: a.audit_type,
audit_order: a.audit_order,
- audit_ledger_id: x.audit_ledger_id,
+ audit_ledger_id: a.audit_ledger_id,
};
newAuditors.push(na);
}