Commit 35ac6488 by 徐高华

排序

parent dc45157f
......@@ -278,7 +278,7 @@
order by a.user_quit_time desc , a.chat_user_id desc
</when>
<otherwise>
order by a.chat_user_id desc
order by a.join_time desc , a.chat_user_id desc
</otherwise>
</choose>
</select>
......
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