@@ -928,5 +928,6 @@
<if test="clubUserIds != null and clubUserIds!=''">
and find_in_set(cu.id,#{clubUserIds})
</if>
+ order by cu.addTime desc
</select>
</mapper>