修复租户查询列表时,将新发送的信息用户置为最上方
This commit is contained in:
parent
edc81cbad4
commit
338cf62e71
@ -137,6 +137,7 @@
|
|||||||
<if test="senderAccount!=null and senderAccount!=''">
|
<if test="senderAccount!=null and senderAccount!=''">
|
||||||
AND sender_account = #{senderAccount}
|
AND sender_account = #{senderAccount}
|
||||||
</if>
|
</if>
|
||||||
|
ORDER BY have_new_info DESC
|
||||||
LIMIT #{currentPage},#{items}
|
LIMIT #{currentPage},#{items}
|
||||||
</select>
|
</select>
|
||||||
<select id="totalUserNumber" resultType="java.lang.Long">
|
<select id="totalUserNumber" resultType="java.lang.Long">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user