|
@ -172,7 +172,7 @@ public class ScreenProjectServiceImpl implements ScreenProjectService { |
|
|
List<CategoryAnalysisResultDTO> resultList = new ArrayList<>(); |
|
|
List<CategoryAnalysisResultDTO> resultList = new ArrayList<>(); |
|
|
if (!CollectionUtils.isEmpty(resultDTOList)) { |
|
|
if (!CollectionUtils.isEmpty(resultDTOList)) { |
|
|
for (CategoryAnalysisResultDTO dto : resultDTOList) { |
|
|
for (CategoryAnalysisResultDTO dto : resultDTOList) { |
|
|
CustomerProjectCategoryDTO projectCategoryDTO = screenProjectCategoryOrgDailyDao.selectProjectCategory(dto.getCategoryCode(), dto.getCategoryOriginCustomerId()); |
|
|
CustomerProjectCategoryDTO projectCategoryDTO = screenProjectCategoryOrgDailyDao.selectProjectCategory(dto.getCategoryCode(), customerId); |
|
|
if (null == projectCategoryDTO || StringUtils.isBlank(projectCategoryDTO.getCategoryName())) { |
|
|
if (null == projectCategoryDTO || StringUtils.isBlank(projectCategoryDTO.getCategoryName())) { |
|
|
log.warn(String.format("查询分类名称失败,当前客户:%s, categoryCode:%s", dto.getCategoryCode(), customerId)); |
|
|
log.warn(String.format("查询分类名称失败,当前客户:%s, categoryCode:%s", dto.getCategoryCode(), customerId)); |
|
|
continue; |
|
|
continue; |
|
|