udpate 更新新功能演示案例

This commit is contained in:
疯狂的狮子li
2021-07-26 13:13:46 +08:00
parent 83cc800e97
commit 280196c9e5
19 changed files with 139 additions and 508 deletions

View File

@ -18,7 +18,7 @@ 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 id="customPageList" resultType="com.ruoyi.demo.domain.vo.TestDemoVo">
SELECT * FROM test_demo ${ew.customSqlSegment}
</select>