cloud-server-communityWorldCup/src/main/resources/mapper/WorldCupCompetitorMapper.xml
@@ -143,11 +143,11 @@ <select id="worldCupRecordsListCount" resultType="int"> select count(*) from { select count(*) from ( select participantType, participantId, appUserId, appUserId from t_world_cup_competitor where 1 = 1 <if test="null != appUserIds and appUserIds.size() > 0"> @@ -157,6 +157,6 @@ </foreach> </if> group by participantType, participantId, appUserId } as aa ) as aa </select> </mapper>