| | |
| | | return null; |
| | | } |
| | | /** |
| | | *本月新增维保设备数 |
| | | * api_fire_statistic_month |
| | | * @return |
| | | */ |
| | | public static BaseResponse<FireStatisticResponse> fireStatisticMonth(FireStatisticRequest param){ |
| | | log.info("【海康消防维保统计每月新增】================开始===="+JSONObject.toJSONString(param)); |
| | | try { |
| | | String res = HKTools.fireStatisticMonth(JSONObject.toJSONString(param)); |
| | | TypeReference typeReference = |
| | | new TypeReference< BaseResponse<FireStatisticResponse>>(){}; |
| | | BaseResponse<FireStatisticResponse> result = JSONObject.parseObject(res, typeReference.getType()); |
| | | logResult(result,"海康消防维保统计每月新增"); |
| | | return result; |
| | | }catch (Exception e){ |
| | | log.error("【海康消防维保统计每月新增】================失败====:\n"+ e.getMessage()); |
| | | } |
| | | return null; |
| | | } |
| | | /** |
| | | *消防看板-消防设备在离线1 |
| | | * @return |
| | | */ |