@@ -414,7 +414,7 @@ class GoodsService extends BaseService
return false;
}
- if($couponStatus != 1){
+ if($couponInfo && $couponStatus != 1){
$this->error = "该优惠券已被使用";