public int queryUserCountByUid(long uid) {
   return userMapper.queryCountByUid(uid);
 }