Browse Source

会员升级

Kirin 1 year ago
parent
commit
bd48cb8d7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/services/other/export/ExportServices.php

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

@@ -897,7 +897,7 @@ class ExportServices extends BaseServices
                     $one_data = [
                         'bank_code' => $bankInfo['bank_code'],
                         'real_name' => $bankInfo['name'],
-                        'bank_address' => $item['bank_address'],
+                        'bank_address' => '未知',
                         'extract_price' => $item['extract_price'],
                         'mark' => '工资发放',
                         'status' => ($item['status'] == 1 ? '通过' : ($item['status'] == 0 ? '申请中' : '未通过'))