车型库详情页-问题管理

This commit is contained in:
zhn
2023-10-24 17:49:28 +08:00
parent 3afe386251
commit ffc89a9f0b
@@ -10980,8 +10980,8 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
@NotNull
private List<Map<String, Object>> getNewData(Map<String, Object> params, String cut,boolean administrator) {
// params.put("numberPlatform","NT2");
// params.put("carPlatform","NT2");
params.put("numberPlatform","NT2");
params.put("carPlatform","NT2");
//新数据
LambdaQueryWrapper<ProblemManagementEO> wrapper = new LambdaQueryWrapper<>();
@@ -11057,6 +11057,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
map.put("id",problemManagementEO.getId());
map.put("flag",DataEnum.NEW.getValue());
map.put("administrator",administrator ? "true" : "false");
map.put("projectType",problemManagementEO.getProjectType());
List<DictModel> dictModelList = problemTypeList.stream().filter(e -> e.getValue().equals(problemManagementEO.getProblemType())).collect(Collectors.toList());