orderGoodsPrice->orderGoods->order->getPriceAfter('coupon'); return max($this->orderGoodsPrice->getPriceBefore($this->getKey()) - $this->orderGoodsPrice->getCouponAmount(),0); } }