|
@ -1667,7 +1667,7 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp |
|
|
// 分类编码长度
|
|
|
// 分类编码长度
|
|
|
Integer length = baseDao.selectOneLevelCategoryLength(tokenDto.getCustomerId()); |
|
|
Integer length = baseDao.selectOneLevelCategoryLength(tokenDto.getCustomerId()); |
|
|
// List<ResiBuzzLeftPieChartResultDTO> result = baseDao.resiBuzzLeftPieChart(formDTO.getOrgId(), formDTO.getOrgType(), length, tokenDto.getCustomerId());
|
|
|
// List<ResiBuzzLeftPieChartResultDTO> result = baseDao.resiBuzzLeftPieChart(formDTO.getOrgId(), formDTO.getOrgType(), length, tokenDto.getCustomerId());
|
|
|
List<String> issueIds = baseDao.resiBuzzLeftPieChartIssueIds(formDTO.getOrgId(), formDTO.getOrgType()); |
|
|
List<String> issueIds = baseDao.resiBuzzLeftPieChartIssueIds(formDTO.getOrgId(), formDTO.getOrgType(),formDTO.getStatus()); |
|
|
if(CollectionUtils.isEmpty(issueIds)){ |
|
|
if(CollectionUtils.isEmpty(issueIds)){ |
|
|
return new ArrayList<>(); |
|
|
return new ArrayList<>(); |
|
|
} |
|
|
} |
|
|