order = $order; $this->value = static::COMPLETE; } public function getStatusName() { if($this->order->is_all_send_goods == 1){ return "部分发货"; }else{ return "待{$this->name}"; } } }