Browse Source

购物车

master
Lemon 6 years ago
parent
commit
58bc9edf0f
  1. 2
      app/Service/v3/Implementations/ShopCartService.php

2
app/Service/v3/Implementations/ShopCartService.php

@ -81,7 +81,7 @@ class ShopCartService implements ShopCartServiceInterface
$ShoppingCart = ShoppingCart::query()->where([
['user_id','=',$userId],
['goods_id','=',$goodsId],
['activity_type','=',$activity],
['activity_type','=',$activityType],
])
->select('num')
->first();

Loading…
Cancel
Save