推送分页排序bug

This commit is contained in:
2025-06-05 15:49:11 +08:00
parent 70991a2a68
commit 14b0414047

View File

@@ -41,6 +41,7 @@
<if test="partitionId != null">
and u.partition_id = #{partitionId}
</if>
ORDER BY alr.uid desc
limit #{index}, #{offset}
</select>
<select id="getLastLogin" resultType="com.accompany.core.model.AccountLoginRecord">