Kirin hace 5 días
padre
commit
7cb0719389
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/services/other/export/ExportServices.php

+ 2 - 2
app/services/other/export/ExportServices.php

@@ -953,8 +953,8 @@ class ExportServices extends BaseServices
                     'bank' => $item['bank_address'],
                     'account' => $item['account'],
                     'bank_code' => $item['bank_code'],
-                    'id_card' => $item['user']['card_id'],
-                    'phone' => $item['user']['phone'],
+                    'id_card' => $item['user']['card_id'] ?? '--',
+                    'phone' => $item['user']['phone']?? '--',
                     'extract_price' => $item['extract_price'],
                     'exchange_num' => $item['exchange_num'],
                     'freeze_num' => '',