function clistorders() { $status = parent::_listorders($this->model_cate); if ($status) { $this->success("排序更新成功!"); } else { $this->error("排序更新失败!"); } }