| | |
| | | return AjaxResult.success(result); |
| | | } |
| | | |
| | | @GetMapping("/getWellDataByPatrolplanIdAndPosition") |
| | | @PostMapping("/getWellDataByPatrolplanIdAndPosition") |
| | | @ApiOperation("查询最近巡检设备动静态属性") |
| | | public AjaxResult getWellDataByPatrolplanIdAndPosition(@RequestBody Map<String,Object> para){ |
| | | SysConfig config = new SysConfig(); |
| | |
| | | return AjaxResult.success(result); |
| | | } |
| | | |
| | | @GetMapping("/getWellById") |
| | | @PostMapping("/getWellById") |
| | | @ApiOperation("根据查询兴趣点基本属性") |
| | | public AjaxResult getWellById(@RequestBody Map<String,String> para){ |
| | | ArdAlarmpointsWell result = ardAlarmpointsWellService.getWellById(para.get("id")); |