MaiXinRong 9 月之前
父節點
當前提交
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);
             }