|
|
|
@ -15,7 +15,7 @@ class ShopCartUpdateService implements ShopCartUpdateServiceInterface |
|
|
|
{ |
|
|
|
$goodsType = ''; |
|
|
|
//判断是普通商品还是特价商品
|
|
|
|
if(isset($params['activity']) && $params['activity'] == GoodsConstants::IS_ACTIVITY){ |
|
|
|
if($activity_type == GoodsConstants::IS_ACTIVITY){ |
|
|
|
$builder = GoodsActivity::query(); |
|
|
|
$goodsType = GoodsActivity::class; |
|
|
|
}else{ |
|
|
|
|