fix 修复 升级 mp 版本导致的问题

This commit is contained in:
疯狂的狮子Li
2023-08-15 10:59:19 +08:00
parent 53a63dc6c8
commit 267c2b4a9e
2 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ public interface TestDemoMapper extends BaseMapperPlus<TestDemoMapper, TestDemo,
@DataColumn(key = "deptName", value = "dept_id"),
@DataColumn(key = "userName", value = "user_id")
})
<P extends IPage<TestDemo>> P selectPage(P page, @Param(Constants.WRAPPER) Wrapper<TestDemo> queryWrapper);
List<TestDemo> selectList(IPage<TestDemo> page, @Param(Constants.WRAPPER) Wrapper<TestDemo> queryWrapper);
@Override
@DataPermission({