public function getUserById($uid)
 {
     return $this->userDao->selectByPrimaryKey($uid);
 }