Commit 4feb8774 authored by tangtuo's avatar tangtuo

修改查询nft列表的接口报错问题

parent fa572885
......@@ -9,7 +9,7 @@
category_id=#{categoryId}
</if>
order by is_top , update_date desc
limit #{pageNum} #{pageSize}
limit #{pageNum},#{pageSize}
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment