Commit 478ac2fd by 杨伟程

子女分页列表

parent 9a527dcf
......@@ -83,7 +83,7 @@ public class PlatElderChildrenInfoServiceImpl extends ServiceImpl<PlatElderChild
fill(voList);
return PageUtil.toPageVO(BeanDtoVoUtils.listVo(voPage.getRecords(), PlatElderChildrenInfoListVO.class), voPage);
return PageUtil.toPageVO(voList, voPage);
}
@Override
......
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 sign in to comment