正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -411,7 +411,7 @@ class Cars extends Api | @@ -411,7 +411,7 @@ class Cars extends Api | ||
411 | $flag = 0; | 411 | $flag = 0; |
412 | if(!empty($b_id_s)){ | 412 | if(!empty($b_id_s)){ |
413 | //有品牌,看商品所属品牌 | 413 | //有品牌,看商品所属品牌 |
414 | - if($value['type'] != $type[0]){ | 414 | + if($value['type'] == $type[0]){ |
415 | $flag = 1; | 415 | $flag = 1; |
416 | }else{ | 416 | }else{ |
417 | if($value['type'] == $type[1] && in_array($value['bg_id'],$b_id_s)){ | 417 | if($value['type'] == $type[1] && in_array($value['bg_id'],$b_id_s)){ |
-
请 注册 或 登录 后发表评论