select(); $this->assign('datas', $order_list); $this->display(); } public function addOrder(){ $this->display(); } }