getCode()) { return 'orderTaxFee'; } public function getPrice() { //最终的计算才要用到截断 任务管理:#11094 return $this->order->getPriceBefore($this->getKey()) + $this->order->getOrderTaxFeeManager()->getAmount(); } }