setRequest(); \Yii::$app->setMall($this->mall); $printer = new PrintOrder(); $printer->print($this->order, $this->order->id, $this->orderType); } catch (\Exception $exception) { \Yii::error('小票打印机打印:' . $exception->getMessage()); \Yii::warning($exception); } } }