提交 fc1222fe 编写于 作者: F fengyw

修改

上级 a3d756f6
......@@ -59,12 +59,12 @@ public class SysConfigDaoImpl implements SysConfigDao {
int totalPage = PageUtil.countTotalPage(count, pageSize);
example.setLimitStart(PageUtil.countOffset(pageCurrent, pageSize));
example.setPageSize(pageSize);
return new Page<>(count, totalPage, pageCurrent, pageSize, this.mapper.selectByExample(example));
return new Page<>(count, totalPage, pageCurrent, pageSize, this.mapper.selectByExampleWithBLOBs(example));
}
@Override
public List<SysConfig> listByExample(SysConfigExample example) {
return this.mapper.selectByExample(example);
return this.mapper.selectByExampleWithBLOBs(example);
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册