@@ -104,6 +104,7 @@ class StoreCouponUser extends BaseModel
{
$model = new self();
$list = [];
+ return $list;
$catePrice = [];
foreach ($cartGroup['valid'] as $value) {
if (!empty($value['seckill_id']) || !empty($value['bargain_id']) || !empty($value['combination_id'])) continue;