车型库详情页-问题管理
This commit is contained in:
+3
-2
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user