diff --git a/app/common/repositories/store/product/SpuRepository.php b/app/common/repositories/store/product/SpuRepository.php index cbdc6c88..ca88a283 100644 --- a/app/common/repositories/store/product/SpuRepository.php +++ b/app/common/repositories/store/product/SpuRepository.php @@ -391,6 +391,7 @@ class SpuRepository extends BaseRepository try { switch ($productType) { case 0: + case 98: $where = [ 'activity_id' => 0, 'product_id' => $id,