refund->status && $this->refund->status < RefundApply::WAIT_RECEIVE_RESEND_GOODS) && $this->refund->refundOrderGoods->isNotEmpty(); } public function getType() { return self::TYPE_PRIMARY; } public function getDesc() { if ($this->refund->status < RefundApply::WAIT_RECEIVE_RETURN_GOODS) { return '无需客户寄回商品,商家直接发换货商品'; } return ''; } }