|
@@ -116,7 +116,7 @@ public class PlatformServeServiceImpl extends ServiceImpl<PlatformServeDao, Plat
|
|
|
public PageInfo<PlatformServePageVo> queryPage(String search, Integer page, Integer rows) {
|
|
|
Page<PlatformServePageVo> pageInfo = PageUtil.getPage(page, rows);
|
|
|
pageInfo.setAsc("a.id_");
|
|
|
- IPage<PlatformServePageVo> pageData = baseMapper.queryPage(pageInfo, search);
|
|
|
+ IPage<PlatformServePageVo> pageData = baseMapper.queryPage(pageInfo, search,null);
|
|
|
return PageUtil.pageInfo(pageData);
|
|
|
}
|
|
|
|