springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActIntegralUserDOMapper.xml
@@ -58,7 +58,7 @@ com_act_integral_user as caiu left join sys_user as su on su.user_id = caiu.user_id WHERE caiu.community_id = #{communityId} caiu.community_id = ${communityId} ORDER BY caiu.integral_sum DESC,su.create_at asc ) AS t1, @@ -91,7 +91,7 @@ com_act_integral_user AS caiu LEFT JOIN sys_user AS su ON su.user_id = caiu.user_id WHERE caiu.community_id = #{communityRankDTO.communityId} caiu.community_id = ${communityRankDTO.communityId} <if test="communityRankDTO.type == 3"> and su.is_volunteer = 1 </if>