|
@@ -53,6 +53,7 @@ public class GRoadSectionInspectionServiceImpl extends ServicePlusImpl<GRoadSect
|
|
|
PagePlus<GRoadSectionInspection, GRoadSectionInspectionVo> result = pageVo(PageUtils.buildPagePlus(), buildQueryWrapper(bo));
|
|
|
TableDataInfo<GRoadSectionInspectionVo> tableDataInfo = PageUtils.buildDataInfo(result);
|
|
|
tableDataInfo.getRows().forEach(item -> {
|
|
|
+ item.setCreateByName(gUserService.queryById(Long.valueOf(item.getCreateBy())).getName());
|
|
|
item.setPhotoList(baseMapper.getPhoto(item.getId()));
|
|
|
// item.setCreateByName(baseMapper.getName(item.getCreateBy()));
|
|
|
|