MaiXinRong 9 месяцев назад
Родитель
Сommit
7518df4c91
1 измененных файлов с 1 добавлено и 1 удалено
  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);
             }