标签:ber div ice sea round pre ToJson itemid service
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);
标签:ber div ice sea round pre ToJson itemid service
原文地址:https://www.cnblogs.com/-mzh/p/12949842.html