| | |
| | | *@Author: lizijie |
| | | *@Date: 2021/9/26 10:06 |
| | | **/ |
| | | @RequestMapping(value = "queryGovMonitorPointHoutlyDatyByGuidsAndOrgid", method = RequestMethod.GET) |
| | | @RequestMapping(value = "queryGovMonitorPointHourlyDataByGuidsAndOrgid", method = RequestMethod.GET) |
| | | @ResponseBody |
| | | public ResultMessage queryGovMonitorPointHoutlyDatyByGuidsAndOrgid(HttpServletRequest request){ |
| | | public ResultMessage queryGovMonitorPointHourlyDataByGuidsAndOrgid(HttpServletRequest request){ |
| | | Map<String, Object> parameters = WebUtils.getParametersStartingWith(request, null); |
| | | Object orgid = parameters.get("organization_id"); |
| | | Object guids = parameters.get("guids"); |