WIN-2308041133\Administrator 4 months ago
parent
commit
42267161ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/model/order/StoreOrder.php

+ 1 - 1
app/admin/model/order/StoreOrder.php

@@ -1102,7 +1102,7 @@ HTML;
                     $goodsName = '测试商品';
                 }
                 $group = array_merge($group, [
-                    'thing4' => $goodsName,
+                    'thing4' => '测试商品',
                     'character_string2' => $order['pay_type'] == 'offline' ? '线下支付' : date('Y/m/d H:i', $order['pay_time']),
                     'phone_number21' => $order['user_address'],
                     'thing13' => $postageData['delivery_name'],