puzhibing
2024-03-06 66809d05763f7c7727f73a4312dcc75ad5e86526
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>