cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/impl/WorldCupCompetitorServiceImpl.java
@@ -576,7 +576,7 @@ .eq("participantType", participantType).eq("participantId", participantId) .isNotNull("matchResult").orderByDesc("startTime")); List<Map<String, Object>> mapList = new ArrayList<>(); SimpleDateFormat sdf = new SimpleDateFormat("yyyy.HH.dd HH:mm"); SimpleDateFormat sdf = new SimpleDateFormat("yyyy.MM.dd HH:mm"); for (WorldCupCompetitor cupCompetitor : list) { Map<String, Object> map = new HashMap<>(); map.put("id", cupCompetitor.getId().toString());