| | |
| | | } |
| | | |
| | | |
| | | |
| | | @GetMapping("/contrastFactor") |
| | | @ApiOperation(value = "因子对比", notes = "因子对比") |
| | | @ApiImplicitParams(value = { |
| | |
| | | } |
| | | |
| | | |
| | | @GetMapping("/tellAlarm") |
| | | @PostMapping("/tellAlarm") |
| | | @ResponseBody |
| | | public List<List> tellAlarm(@Param("states") String states, |
| | | @Param("orgId") String orgId, |
| | | @Param("accountId") String accountId, |
| | | @Param("states1") String states1, |
| | | @Param("regionCode") String regionCode) { |
| | | public List<List> tellAlarm(String states, String orgId, String accountId, String states1, String regionCode) { |
| | | JSONArray stateList = JSONArray.parseArray(states);//最新的设备数据 |
| | | JSONArray stateList1 = JSONArray.parseArray(states1);//前10秒的设备数据 |
| | | List<List> lookList = new ArrayList<>(); |