修复租户查询列表时,将新发送的信息用户置为最上方

This commit is contained in:
wen 2022-01-25 12:01:41 +08:00
parent edc81cbad4
commit 338cf62e71

View File

@ -137,6 +137,7 @@
<if test="senderAccount!=null and senderAccount!=''">
AND sender_account = #{senderAccount}
</if>
ORDER BY have_new_info DESC
LIMIT #{currentPage},#{items}
</select>
<select id="totalUserNumber" resultType="java.lang.Long">