count('user_base'); } /** * 用来显示部门总数的 * @return false|int|mixed */ static public function dep(){ global $medoo; return $medoo->count('dep_info'); } }