add 演示Demo增加自定义分页接口案例

This commit is contained in:
疯狂的狮子li
2021-07-21 12:07:12 +08:00
parent ed197ce7ac
commit 85376e8d6e
7 changed files with 74 additions and 9 deletions

View File

@ -18,6 +18,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="updateBy" column="update_by"/>
<result property="delFlag" column="del_flag"/>
</resultMap>
<select id="customPageList" resultType="com.ruoyi.demo.vo.TestDemoVo">
SELECT * FROM test_demo ${ew.customSqlSegment}
</select>
</mapper>
</mapper>