对接我的收藏接口
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
<where>
|
||||
user_id = #{userId} AND deleted = 0
|
||||
</where>
|
||||
ORDER BY sort ASC
|
||||
<if test="offset != null and limit != null">
|
||||
LIMIT #{offset}, #{limit}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user