src/main/java/com/moral/controller/ScreenController.java
@@ -665,7 +665,7 @@ return new ResultBean<List<Map<String, Object>>>(list); } @GetMapping("getmpoint-byid") @ApiOperation(value = "获取监测站数据", notes = "获取监测站数据,保证名称坐标等等") @ApiOperation(value = "获取监测站数据", notes = "获取监测站数据,包含名称、地址、坐标等详细信息") @ApiImplicitParams(value = { @ApiImplicitParam(name = "monitorPointId",defaultValue = "1",value = "监控站id", required = true, paramType = "query", dataType = "Integer"), })