修复租户查询列表时,将新发送的信息用户置为最上方
This commit is contained in:
parent
edc81cbad4
commit
338cf62e71
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user