推送分页排序bug
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user