| | |
| | | return new ResultMessage(); |
| | | } |
| | | |
| | | @GetMapping("dateInsertHistoryHourlyJKAvg") |
| | | @ApiOperation(value = "小时数据", notes = "小时数据") |
| | | public ResultMessage dateInsertHistoryHourlyJKAvg(String start, String end) { |
| | | String format = DateUtils.yyyy_MM_dd_HH_mm_EN; |
| | | // String start ="2023-11-19 09:00"; |
| | | // String end ="2023-11-19 10:00"; |
| | | // Date start = DateUtils.getDate(s,format); |
| | | // Date end = DateUtils.getDate(s1,format); |
| | | historyHourlyService.dateInsertHistoryHourlyJKAvg(start, end); |
| | | return new ResultMessage(); |
| | | } |
| | | |
| | | @GetMapping("FiveMinutelyTest") |
| | | @ApiOperation(value = "5分钟数据1", notes = "5分钟数据1") |
| | | public ResultMessage FiveMinutelyTest(String yz,String mac) { |