@@ -186,7 +186,7 @@
GROUP BY
t.person_id,t.share_person_id
ORDER BY
- t.visit_time DESC
+ max(t.visit_time) DESC
</select>
</mapper>