Przeglądaj źródła

修复固定审批流修改bug

ellisran 2 tygodni temu
rodzic
commit
bb9a647b9e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/service/shenpi_audit.js

+ 1 - 1
app/service/shenpi_audit.js

@@ -468,7 +468,7 @@ module.exports = app => {
                     audit_id: a.aid || a.uid || a.audit_id,
                     audit_order: a.audit_order,
                     audit_type: a.audit_type,
-                    audit_ledger_id: a.audit_ledger_id,
+                    audit_ledger_id: a.audit_ledger_id || '',
                     sp_group,
                 });
             }