Commit fbdbc3d1 by 丁伟峰

Merge branch 'develop-dingwf-0714' into develop

2 parents ef4f0eca 574aac82
......@@ -52,7 +52,7 @@ public class BusinessBaseServiceImpl implements BusinessBaseService {
List<BusinessSkillListDTO.Content> contents = page.getContent().stream().map(e -> {
BusinessSkillListDTO.Content content = new BusinessSkillListDTO.Content();
BeanUtils.copyProperties(e, content);
content.setSkillGroupName(mapSkillGroup.get(e.getSkillCode()));
content.setSkillGroupName(mapSkillGroup.get(e.getSkillGroupCode()));
content.setLayerName(mapLayer.get(e.getLayerId()));
return content;
}).collect(Collectors.toList());
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!