Commit 679379ee by 徐高华

Merge branch 'feature/社群' into 'developer'

排序

See merge request !807
parents 68f64b05 35ac6488
......@@ -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