getInfoById($id); } static public function insert($attrs) { if (empty($attrs)) throw new Exception('参数不能为空', 102); $Table_index_sh50 = new Table_index_sh50(); $id = $Table_index_sh50->insert($attrs); return $id; } /** * 记录管理员日志 * * @param $log 日志内容 * */ static public function add($attrs){ if (empty($attrs)) throw new Exception('参数不能为空', 102); $Table_index_sh50 = new Table_index_sh50(); $id = $Table_index_sh50->add($attrs); return $id; } static public function getList($filter = array(), $count=0, $page=0, $pageSize=0) { $Table_index_sh50 = new Table_index_sh50(); return $Table_index_sh50->getList($filter, $count, $page, $pageSize); } } ?>