作者 jinglong
1 个管道 的构建 通过 耗费 1 秒

修改优惠券

... ... @@ -411,7 +411,7 @@ class Cars extends Api
$flag = 0;
if(!empty($b_id_s)){
//有品牌,看商品所属品牌
if($value['type'] != $type[0]){
if($value['type'] == $type[0]){
$flag = 1;
}else{
if($value['type'] == $type[1] && in_array($value['bg_id'],$b_id_s)){
... ...