Пример #1
0
 @Override
 public void deleteZan(Long weiboId, Long userId) {
   super.getMapper(WeiboMapper.class).deleteZan(weiboId, userId);
 }