diff --git a/search-tool/src/main/java/com/bonus/tool/service/impl/EpcServiceImpl.java b/search-tool/src/main/java/com/bonus/tool/service/impl/EpcServiceImpl.java index fd69e3a..7f77221 100644 --- a/search-tool/src/main/java/com/bonus/tool/service/impl/EpcServiceImpl.java +++ b/search-tool/src/main/java/com/bonus/tool/service/impl/EpcServiceImpl.java @@ -384,11 +384,12 @@ public class EpcServiceImpl implements EpcService { List comOtherList = tbData.getComOtherList(); List subPersonList = tbData.getSubPersonList(); comOtherList.addAll(subPersonList); - if (comOtherList.isEmpty()) { + if (!comOtherList.isEmpty()) { for (int i = 0; i < comOtherList.size(); i++) { ComOtherPersonBean item = comOtherList.get(i); Map map = new HashMap<>(); map.put("hasJj", false); + map.put("zy", item.getPostName() != null ? item.getPostName() + "简介" : "项目经理简介"); // 处理工作经历 List> infoList = new ArrayList<>(); // 处理证件图片