|
@ -150,6 +150,7 @@ public class IcServiceProjectServiceImpl extends BaseServiceImpl<IcServiceProjec |
|
|
if (null == staffInfo){ |
|
|
if (null == staffInfo){ |
|
|
throw new EpmetException("未查询到此工作人员"+formDTO.getUserId()); |
|
|
throw new EpmetException("未查询到此工作人员"+formDTO.getUserId()); |
|
|
} |
|
|
} |
|
|
|
|
|
//查询当前组织及下级 的数据
|
|
|
formDTO.setAgencyId(staffInfo.getAgencyId()); |
|
|
formDTO.setAgencyId(staffInfo.getAgencyId()); |
|
|
PageInfo<ServiceProjectListResultDTO> pageInfo = PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize(), formDTO.getIsPage()).doSelectPageInfo(() -> baseDao.getServiceProjectList(formDTO)); |
|
|
PageInfo<ServiceProjectListResultDTO> pageInfo = PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize(), formDTO.getIsPage()).doSelectPageInfo(() -> baseDao.getServiceProjectList(formDTO)); |
|
|
if (CollectionUtils.isNotEmpty(pageInfo.getList())){ |
|
|
if (CollectionUtils.isNotEmpty(pageInfo.getList())){ |
|
|