|
|
|
@ -250,7 +250,11 @@ class Goods extends GoodsService |
|
|
|
|
'store_id' => $storeid, |
|
|
|
|
'is_main' => 1, |
|
|
|
|
])->field('shop_name,star,shop_hours,summary,phone, |
|
|
|
|
province_id,city_id,region_id,shop_id,address,latitude,longitude,wechat_img_id,history1,history2,history3,remark,history,parking_name,parking_desc,parking_latitude,parking_longitude,shop_image_id,fuwu_hours,fuwu_num')->find()->toArray(); |
|
|
|
|
province_id,city_id,region_id,shop_id,address,latitude,longitude,wechat_img_id,history1,history2,history3,remark,history,parking_name,parking_desc,parking_latitude,parking_longitude,shop_image_id,fuwu_hours,fuwu_num')->find(); |
|
|
|
|
if (!$info) { |
|
|
|
|
return []; |
|
|
|
|
} |
|
|
|
|
$info = $info->toArray(); |
|
|
|
|
//todo wmc |
|
|
|
|
$info['remark'] = json_decode($info['remark'],true); |
|
|
|
|
$arr = explode(" ", $info['shop_hours']); |
|
|
|
|