fix:修复Bug【69851】
站内信--排序--阅读状态一致时,应该再以时间排序,后发的排前面
This commit is contained in:
@@ -43,6 +43,6 @@
|
||||
AND u.USNAME like CONCAT(CONCAT('%', #{vo.createUserName}), '%')
|
||||
</if>
|
||||
ORDER BY
|
||||
um.read_type ASC
|
||||
um.read_type ASC, m.createDate DESC
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user