@@ -444,7 +444,7 @@
<if test="area != null">
and b.location_area = #{area,jdbcType=INTEGER}
</if>
- order by t2.last_sign_time desc
+ order by t1.last_follow_time desc
<if test="page_sql != null">
${page_sql}