调整上一页下一页问题
This commit is contained in:
parent
6db501a2a3
commit
78819fe92b
@ -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>
|
Loading…
Reference in New Issue
Block a user