Commit 0ba1493d by 朱瑞泽

update doc

parent d4275e53
...@@ -127,7 +127,7 @@ public class XXXXInnerServiceImpl implements XXXXService { ...@@ -127,7 +127,7 @@ public class XXXXInnerServiceImpl implements XXXXService {
PageHelper.startPage(1, 20); PageHelper.startPage(1, 20);
Page<XXXX> page = mapper.queryPageList(storeId); Page<XXXX> page = mapper.queryPageList(storeId);
// 转换为DTO // 转换为DTO
return PageUtil.changePageHelperToCurrentPage(page, XXXXDTO.class); return PageHelperUtils.changePageHelperToCurrentPage(page, XXXXDTO.class);
} }
} }
``` ```
......
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