public List<TagInfo> getTagInfos(long uid) {
   return tagInfoMapper.list(uid);
 }