|
|
|
@@ -169,7 +169,7 @@ public class DataTowerServiceImpl implements DataTowerService { |
|
|
|
List<Map<String,Object>> historylist=wxCarCmdLogMapper.queryHistory(params); |
|
|
|
|
|
|
|
Map<Object, Object> collect = historylist.stream().collect(Collectors.toMap(m -> { |
|
|
|
return DateUtils.date2String((Date)m.get("create_date"),"MM/dd"); |
|
|
|
return m.get("create_date"); |
|
|
|
}, m -> { |
|
|
|
return m.get("carcount"); |
|
|
|
})); |
|
|
|
|