| | |
| | | return ResultMessage.ok(resultList); |
| | | } |
| | | |
| | | @RequestMapping(value = "getHourCompleteDataByMacSensorCodeDate2", method = RequestMethod.GET) |
| | | @RequestMapping(value = "test2", method = RequestMethod.GET) |
| | | @ResponseBody |
| | | public ResultMessage test2(HttpServletRequest request){ |
| | | Map<String, Object> parameters = WebUtils.getParametersStartingWith(request,null); |
| | |
| | | } |
| | | |
| | | |
| | | @RequestMapping(value = "historyHourlyTest", method = RequestMethod.GET) |
| | | public ResultMessage historyHourlyTest(){ |
| | | historyHourlyService.historyHourly(); |
| | | return ResultMessage.ok(); |
| | | } |
| | | |
| | | |
| | | } |