| | |
| | | package com.moral.service.impl; |
| | | |
| | | import com.moral.mapper.*; |
| | | import io.swagger.models.auth.In; |
| | | |
| | | import java.math.BigDecimal; |
| | |
| | | |
| | | @Resource |
| | | private MonitorPointMapper monitorPointMapper; |
| | | @Resource |
| | | HistoryFiveMinutelyMapper historyFiveMinutelyMapper; |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> getFiveMinutesDataByMacsAndTime(Map<String, Object> parameters) { |
| | | ValidateUtil.notNull(parameters,"查询五分钟数据参数为空"); |
| | | return historyFiveMinutelyMapper.getFiveMinutesDataByMacsAndTime(parameters); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, Object> getDayAQIByDevice(Map<String, Object> parameters) { |
| | |
| | | |
| | | }*/ |
| | | values.add(value); |
| | | |
| | | |
| | | } |
| | | System.out.println(data); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | |
| | | } |