From c9a45e70c0a63b358a0f19b90fb13ec568ab9e4b Mon Sep 17 00:00:00 2001 From: fl <3098731433@qq.com> Date: Fri, 9 May 2025 09:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=89=88=E4=B8=8B=E8=BD=BD=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/bonus/tool/service/impl/EpcServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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<>(); // 处理证件图片