code review 邮箱的实现代码

This commit is contained in:
YunaiV
2022-05-17 20:07:50 +08:00
parent 63983bbab3
commit 1464f7d399
10 changed files with 54 additions and 46 deletions

View File

@ -79,7 +79,7 @@ public class TestDemoServiceImpl implements TestDemoService {
@Override
public PageResult<TestDemoDO> getTestDemoPage(TestDemoPageReqVO pageReqVO) {
// testDemoMapper.selectList2();
testDemoMapper.selectList2();
return testDemoMapper.selectPage(pageReqVO);
}