|
|
@@ -61,6 +61,7 @@ class ShopOrderLogic extends BaseLogic
|
|
|
'goods_name' => $shop_good['goods_name'],
|
|
|
'goods_image' => $shop_good['goods_image'],
|
|
|
'goods_banners' => $shop_good['goods_banners'],
|
|
|
+ 'company_name' => $shop_good['company_name'],
|
|
|
'description' => $shop_good['description'],
|
|
|
'specs_type' => $shop_good['specs_type'],
|
|
|
'custom_attribute_items'=>json_encode($shop_good['custom_attribute_items'],JSON_UNESCAPED_UNICODE),
|