问题管理-相关项目回显

This commit is contained in:
zhn
2023-09-28 10:02:45 +08:00
parent 2f4305f41f
commit c2aa29efb3
@@ -10676,6 +10676,7 @@ public class PlatformProjectLawsInventoryEOServiceImpl extends ServiceImpl<Platf
map.put("uuid",problemManagementEO.getId()); map.put("uuid",problemManagementEO.getId());
map.put("id",problemManagementEO.getId()); map.put("id",problemManagementEO.getId());
map.put("flag",DataEnum.NEW.getValue()); map.put("flag",DataEnum.NEW.getValue());
map.put("projectId",problemManagementEO.getProjectId());
List<DictModel> dictModelList = problemTypeList.stream().filter(e -> e.getValue().equals(problemManagementEO.getProblemType())).collect(Collectors.toList()); List<DictModel> dictModelList = problemTypeList.stream().filter(e -> e.getValue().equals(problemManagementEO.getProblemType())).collect(Collectors.toList());