dever 3 years ago
parent
commit
a5b1c1857a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/shop/src/Excel.php

+ 2 - 2
app/shop/src/Excel.php

@@ -104,7 +104,7 @@ class Excel
         }
         $file = Dever::input('excel_name');
 
-        $header = array('订单号', '收件人', '收件人手机', '收件人地址', '发货仓库', '商品编码', '商品名称', '规格型号', '商品单价', '购买数量', '商品合计金额', '下单时间', '付款时间', '发货时间', '订单总数量', '订单总金额', '订单状态', '退款状态', '退款金额');
+        $header = array('订单号', '收件人', '收件人手机', '收件人地址', '商品编码', '商品名称', '规格型号', '商品单价', '购买数量', '商品合计金额', '下单时间', '付款时间', '发货时间', '订单总数量', '订单总金额', '订单状态', '退款状态', '退款金额');
 
         $table = 'shop/info';
 
@@ -157,7 +157,7 @@ class Excel
                     isset($address['contact']) ? $address['contact'] : '',
                     isset($address['mobile']) ? $address['mobile'] : '',
                     isset($address['address_info']) ? $address['address_info'] : '',
-                    $store['name'],
+                    //$store['name'],
 
                     $goods_info['code'],
                     $goods_info['name'],