|
|
@ -232,7 +232,7 @@ public class ScreenProjectServiceImpl implements ScreenProjectService { |
|
|
|
return new ArrayList<>(); |
|
|
|
} |
|
|
|
for (CategoryTopAppealResultDTO r : result) { |
|
|
|
CustomerProjectCategoryDTO projectCategoryDTO = screenProjectCategoryOrgDailyDao.selectProjectCategory(r.getCategoryId(), r.getCategoryOriginCustomerId()); |
|
|
|
CustomerProjectCategoryDTO projectCategoryDTO = screenProjectCategoryOrgDailyDao.selectProjectCategory(r.getCategoryId(), customerId); |
|
|
|
if (null == projectCategoryDTO || StringUtils.isBlank(projectCategoryDTO.getCategoryName())) { |
|
|
|
log.warn(String.format("查询分类名称失败,当前客户:%s, categoryCode:%s", r.getCategoryId(), r.getCategoryOriginCustomerId())); |
|
|
|
continue; |
|
|
|