@@ -68,7 +68,7 @@
AND t1.user_id_ NOT IN (SELECT t2.user_id_ FROM activity_user_reward t2 WHERE t2.activity_id_ = #{record.activityId})
</if>
</where>
- GROUP BY t1.user_id_ ORDER BY t1.user_id_ ASC
+ GROUP BY t1.user_id_ ORDER BY t1.time_ ASC, t1.user_id_ ASC
</select>
<!--达标活动参与用户-->