|
@@ -49,7 +49,7 @@
|
|
|
<if test="isShutdown != null "> and is_shutdown = #{isShutdown}</if>
|
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
|
</where>
|
|
|
- and del_flag = 0 order by counts asc
|
|
|
+ and del_flag = 0 order by counts asc, id desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTXinyiChatRecordFirstList" parameterType="TXinyiChatRecord" resultMap="TXinyiChatRecordResult">
|