问题管理-相关项目回显
This commit is contained in:
+1
@@ -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());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user