@ -203,7 +203,7 @@ class ShopCartService implements ShopCartServiceInterface
$totalAmount = 0;
foreach ($carts as $key => &$cart) {
if (empty($cart->store)) {
if (empty($cart->store)||empty($cart->goods)) {
continue;
}