调整上一页下一页问题

This commit is contained in:
aikai 2024-04-16 18:08:34 +08:00
parent 6db501a2a3
commit 78819fe92b

View File

@ -174,6 +174,12 @@
and a.start_user_id = #{userId}
</if>
</where>
<if test="type == 0">
order by id desc
</if>
<if test="type == 1">
order by id asc
</if>
limit 1
</select>
</mapper>