title = '基教-幼儿园'; $county_id = session('user.county_id'); $query = $this->_query($this->table)->where('county_id',$county_id); // 列表排序并显示 $query->page(); } }