coupon->getPreOrder()->orderGoods->filter( function ($orderGoods) { /** * @var $orderGoods PreOrderGoods */ return !$orderGoods->goods->is_plugin && !in_array($orderGoods->goods->plugin_id,[31,32,33,36,101]); }); // if ($orderGoods->count() > 1) { // trace_log()->coupon("优惠券{$this->coupon->getMemberCoupon()->id}","优惠券范围为自营,商品id{$orderGoods->goods_id}是供应商商品"); // throw new AppException('自营商品与第三方商品不能共用一张优惠券'); // } return $orderGoods; } }