Commit f6a8f5d2 by 段启岩

热门答主更新

parent 4c28af63
......@@ -100,8 +100,8 @@
us.visited_num `statistics.visited_num`
from `user` u, user_statistics us
where u.user_id = us.user_id
AND us.blog_view_num > 0
order by us.reply_accepted_num desc
AND us.question_reply_num > 0
order by us.reply_accepted_num desc, us.question_reply_num desc
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment