diff --git a/src/main/java/com/hisense/monitormanage/controller/Controller.java b/src/main/java/com/hisense/monitormanage/controller/Controller.java index 29bdc66..7bbeb89 100644 --- a/src/main/java/com/hisense/monitormanage/controller/Controller.java +++ b/src/main/java/com/hisense/monitormanage/controller/Controller.java @@ -1,6 +1,5 @@ package com.hisense.monitormanage.controller; -import com.alibaba.fastjson.JSONObject; import com.hisense.monitormanage.dto.*; import com.hisense.monitormanage.entity.*; import com.hisense.monitormanage.mapper.*; @@ -134,7 +133,7 @@ public class Controller { * @return */ @GetMapping("selectByChannelCode") - @ApiOperation("根据channelCode查询摄像头详细信息") + @ApiOperation("根据摄像头编号查询摄像头详细信息") @ApiImplicitParam(name = "channelCode",value = "摄像头标识",required = true,dataType = "String") public Result selectByChannelCode(String channelCode){ @@ -170,7 +169,7 @@ public class Controller { * @return */ @GetMapping("selectByParentId") - @ApiOperation("根据parentId和checkStatus查询摄像头") + @ApiOperation("根据摄像头的组织Id和异常状态查询摄像头") @ApiImplicitParams({ @ApiImplicitParam(name = "parentId",value = "摄像头的组织Id",required = true,dataType = "String"), @ApiImplicitParam(name = "checkStatus",value = "异常状态 1正常,0异常",required = true,dataType = "String") @@ -231,14 +230,13 @@ public class Controller { /** * 查询所有标签 - * @param label * @return */ @GetMapping("selectAllLabel") @ApiOperation("查询所有标签") - public Result selectAllLabel(Label label ){ + public Result selectAllLabel(){ - List