List<MatchInfo> e = matchInfoService.list(new LambdaQueryWrapper<MatchInfo>().eq(MatchInfo::getTournamentId, id).eq(MatchInfo::getItemId, itemId).eq(MatchInfo::getRoundNumber, roundNumber).eq(MatchInfo::getMatchType, "E"));
        List<MatchInfoVO> list1  = JSON.parseArray(JSON.toJSONString(e), MatchInfoVO.class);

 

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-10-13
猜你喜欢
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-07-16
相关资源
相似解决方案