MaiXinRong 9 months ago
parent
commit
7518df4c91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/stage_audit.js

+ 1 - 1
app/service/stage_audit.js

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