|  |  |  | 
|---|
|  |  |  | return ResultMessage.fail(ResponseCodeEnum.PARAMETERS_IS_MISSING.getCode(), ResponseCodeEnum.PARAMETERS_IS_MISSING.getMsg()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String, Object> map = dustldService.dailyDustlds(null,params); | 
|---|
|  |  |  | test(map,response); | 
|---|
|  |  |  | Map<String, Object> map = dustldService.dailyDustlds(params); | 
|---|
|  |  |  | if (ObjectUtils.isEmpty(map)){ | 
|---|
|  |  |  | return ResultMessage.fail(ResponseCodeEnum.TARGET_IS_NULL.getCode(), ResponseCodeEnum.TARGET_IS_NULL.getMsg()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | test(map,response); | 
|---|
|  |  |  | //        return new ResultMessage(ResponseCodeEnum.SUCCESS.getCode(),ResponseCodeEnum.SUCCESS.getMsg(),map); | 
|---|
|  |  |  | return ResultMessage.ok(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | RowRenderData row = RowRenderData.build(i + 1 + "", map1.get("road").toString(), map1.get("value1").toString(), map1.get("value2").toString(), map1.get("value3").toString()); | 
|---|
|  |  |  | rsList3.add(row); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if (!ObjectUtils.isEmpty(mapArrayList)){ | 
|---|
|  |  |  | map.put("table3", new MiniTableRenderData(rsList3)); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | map.put("table1", new MiniTableRenderData(header1, rsList1)); | 
|---|
|  |  |  | map.put("table3", new MiniTableRenderData(rsList3)); | 
|---|
|  |  |  | map.put("data",params.get("data").toString()); | 
|---|
|  |  |  | map.put("time",params.get("time").toString()); | 
|---|
|  |  |  | map.put("date1",params.get("date1").toString()); | 
|---|
|  |  |  | 
|---|
|  |  |  | Map<String,Object> dailyDustld(Integer id ,List<MultipartFile> file); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String,Object> dailyDustlds(List<MultipartFile> file,Map<String, Object> params); | 
|---|
|  |  |  | Map<String,Object> dailyDustlds(Map<String, Object> params); | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String,Object>  selectDust(Integer id ); | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | @Transactional | 
|---|
|  |  |  | public Map<String, Object> dailyDustlds(List<MultipartFile> file,Map<String, Object> params) { | 
|---|
|  |  |  | public Map<String, Object> dailyDustlds(Map<String, Object> params) { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Map<String, Object> userInfo = (Map<String, Object>) TokenUtils.getUserInfo(); | 
|---|
|  |  |  | Map<String, Object> orgInfo = (Map<String, Object>) userInfo.get("organization"); | 
|---|
|  |  |  | 
|---|
|  |  |  | HashMap<String, Object> rsMap = new HashMap<>(); | 
|---|
|  |  |  | List<Map<String, Object>> dusts = historySecondCruiserMapper.getDusts(params); | 
|---|
|  |  |  | Map<String, List<DustldDTO>> collect = manageCoordinateMapper.CompareTo(orgId).stream().collect(Collectors.groupingBy(o -> o.getName())); | 
|---|
|  |  |  | if (ObjectUtils.isEmpty(dusts) || ObjectUtils.isEmpty(collect)){ | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | Set<String> strings = collect.keySet(); | 
|---|
|  |  |  | ArrayList<DustForm> list1 = new ArrayList<>(); | 
|---|
|  |  |  | //所有的高值路段 | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | rsMap.put("data",builder); | 
|---|
|  |  |  | rsMap.put("data",ObjectUtils.isEmpty(builder)?"暂无高值路段":builder); | 
|---|
|  |  |  | rsMap.put("list3",list3); | 
|---|
|  |  |  | rsMap.put("time",rsTime1+"-"+rsTime2); | 
|---|
|  |  |  | rsMap.put("date1",dateString3.substring(5,10)); | 
|---|