12-05-事故管理-事故上报、事故调查-修改
This commit is contained in:
@ -89,6 +89,7 @@ public class HseSafetySgdcServiceImpl extends ServiceImpl<HseSafetySgdcMapper, H
|
||||
public TableDataInfo<HseSafetySgdcVo> queryPageList(HseSafetySgdcBo bo, PageQuery pageQuery) {
|
||||
LambdaQueryWrapper<HseSafetySgdc> lqw = buildQueryWrapper(bo);
|
||||
Page<HseSafetySgdcVo> result = baseMapper.selectVoPage(pageQuery.build(), lqw);
|
||||
setValue(result.getRecords());
|
||||
return TableDataInfo.build(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user