getList($filter, 0, $page, $pagesize); } //管理员日志总数 static public function getCountAll(){ $filter = array(); $Table_stock = new Table_st_log(); return $Table_stock->getList($filter, 1); } } ?>