模版下载接口

This commit is contained in:
fl 2025-05-09 09:32:00 +08:00
parent 94ea652330
commit c9a45e70c0
1 changed files with 2 additions and 1 deletions

View File

@ -384,11 +384,12 @@ public class EpcServiceImpl implements EpcService {
List<ComOtherPersonBean> comOtherList = tbData.getComOtherList();
List<ComOtherPersonBean> 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<String, Object> map = new HashMap<>();
map.put("hasJj", false);
map.put("zy", item.getPostName() != null ? item.getPostName() + "简介" : "项目经理简介");
// 处理工作经历
List<Map<String, Object>> infoList = new ArrayList<>();
// 处理证件图片