request->isAjax()) { $get = $this->request->get(); $this->_success('获取成功', OrderautoLogic::lists($get)); } $type = \app\common\model\Ad::getAdTypeDesc(true); $this->assign('ordertypelist',OrderchanelLogic::infolist()); $this->assign('type', $type); return $this->fetch(); } }