|
|
@ -2869,7 +2869,7 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit |
|
|
|
formDTO.setOrgId(staffInfo.getAgencyId()); |
|
|
|
} |
|
|
|
Result<List<CategoryListResultDTO>> listResult = govIssueOpenFeignClient.selectCategoryOneLevelListByCustomerId(tokenDto); |
|
|
|
if (!listResult.success()){ |
|
|
|
if (!listResult.success() && CollectionUtils.isNotEmpty(listResult.getData())){ |
|
|
|
throw new EpmetException("查询1级分类列表失败..."); |
|
|
|
} |
|
|
|
List<ProjectCategoryByDateDTO> projectCategoryByDateDTOS = baseDao.selectProjectCategoryByDate(formDTO.getStartDate(),formDTO.getEndDate(), formDTO.getOrgId(), listResult.getData().get(NumConstant.ZERO).getCodeLength()); |
|
|
|