法规清单关联平台件->返回数据添加法规清单id

This commit is contained in:
zhn
2023-09-19 16:52:04 +08:00
parent a81500beb2
commit 571b1ab706
@@ -1334,6 +1334,7 @@ public class ProjectLibraryBaseServiceImpl extends ServiceImpl<ProjectLibraryBas
}
if(!projectLawsInventoryEOS.isEmpty()){
map.put("lawsInventoryId",projectLawsInventoryEO.getId());
map.put("title",serialNumber+" "+dutyTerritoryNew+"在平台件项目中包含多条匹配内容,请选择关联");
map.put("result",projectLawsInventoryEOS);
mapList.add(map);