搜索列表

parent 9712f5f5
Showing with 1 additions and 1 deletions
......@@ -252,7 +252,7 @@ class CartService
$info['hk_delivery_time'] = str_replace("个","",$info['hk_delivery_time']);
#查询英文品牌缩写
$standard_brand_id = $info["standard_brand"]["standard_brand_id"];
$standard_brand_id = \Arr::get(\Arr::get($info,"standard_brand"),"standard_brand_id");
$standardBrandInfo = $redis->hget("standard_brand",$standard_brand_id);
if ($standardBrandInfo){
$standardBrandInfoArr = json_decode($standardBrandInfo,true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment