Browse Source

no message

master
weigang 5 years ago
parent
commit
4c47c78b23
  1. 2
      app/Service/v3/Implementations/ShopCartService.php

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

@ -248,7 +248,7 @@ class ShopCartService implements ShopCartServiceInterface
])
->where(['user_id' => $userId])
->where(['market_id' => $marketId]);
if (!empty($carts)) {
if (!empty($shopcartIds)) {
$carts = $carts->whereIn('id', $shopcartIds);
}

Loading…
Cancel
Save