| | |
| | | Map<String, CodeClassifyVO> oidCodeclassifyDOMap = dataCodeClassifyVOList.stream().filter(systeDataObject -> systeDataObject != null && StringUtils.isNotBlank(systeDataObject.getOid())).collect(Collectors.toList()).stream().collect(Collectors.toMap(s -> s.getOid(), t -> t)); |
| | | |
| | | List<PropertyVO> propertyVOS=condtionVO.getPro(); |
| | | /*Map<String,String> condtionMap=new HashMap<>(); |
| | | propertyVOS.stream().forEach(propertyVO -> { |
| | | condtionMap.put(propertyVO.getFiledName(),propertyVO.getFiledValue()); |
| | | }); |
| | | condtionMap.put("codeclsfid", QueryOptionConstant.IN + "(" + VciBaseUtil.toInSql(oidCodeclassifyDOMap.keySet().toArray(new String[0])) + ")"); |
| | | List<String>statusList=new ArrayList<>(); |
| | | statusList.add(CodeDefaultLC.RELEASED.getValue()); |
| | | statusList.add(CodeDefaultLC.DISABLE.getValue()); |
| | | statusList.add(CodeDefaultLC.TASK_BACK.getValue()); |
| | | condtionMap.put("Lcstatus", QueryOptionConstant.IN + "(" + VciBaseUtil.toInSql(statusList.toArray(new String[]{})) + ")" ); |
| | | condtionMap.put("islastr", "1"); |
| | | condtionMap.put("islastv", "1");*/ |
| | | List<String>statusList=new ArrayList<>(); |
| | | statusList.add(CodeDefaultLC.RELEASED.getValue()); |
| | | statusList.add(CodeDefaultLC.DISABLE.getValue()); |