ソースを参照

Merge branch 'master' of http://git.qiniu1314.com/Kirin/shenying

Kirin 9 ヶ月 前
コミット
e046e51a88
1 ファイル変更3 行追加1 行削除
  1. 3 1
      app/services/other/export/ExportServices.php

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

@@ -939,7 +939,7 @@ class ExportServices extends BaseServices
      */
     public function exchange($data = [], $type = 1)
     {
-        $header = ['交易账号', '姓名', '身份证号', '联系电话', '申购价额', '申购份额', '冻结份额', '封闭期'];
+        $header = ['交易账号', '姓名', '银行', '银行卡号', '身份证号', '联系电话', '申购价额', '申购份额', '冻结份额', '封闭期'];
         $title = ['用户能量转份额导出', '用户能量转份额信息' . time(), ' 生成时间:' . date('Y-m-d H:i:s', time())];
         $filename = '用户能量转份额导出_' . date('YmdHis', time());
         $export = [];
@@ -950,6 +950,8 @@ class ExportServices extends BaseServices
                 $one_data = [
                     'trade_no' => '',
                     'real_name' => $item['user']['real_name'],
+                    'bank' => $item['bank_address'],
+                    'bank_code' => $item['bank_code'],
                     'id_card' => $item['user']['card_id'],
                     'phone' => $item['user']['phone'],
                     'extract_price' => $item['extract_price'],