对接我的收藏接口

This commit is contained in:
xiaofeng
2019-07-10 22:44:27 +08:00
parent ae47bf7e60
commit 11f601a0d4
3 changed files with 22 additions and 19 deletions

View File

@@ -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>