orderPrintService = Zc::singleton('OrderPrintService'); } public function render($renderData = '') { $renderData['logisticsMap'] = $this->orderPrintService->getLogisticsMapByPlatform(AppConst::appPlatformPdd); return $this->renderFile('order/order_operate_modal', $renderData); } }