src/main/java/com/whyc/controller/CKPowerDevAlmParamController.java
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.*; @RestController @Api(tags = "交直流配电柜遥调控制") @Api(tags = "测控电源告警参数") @RequestMapping("ckPowerDevAlmParam") public class CKPowerDevAlmParamController { @@ -18,8 +18,8 @@ @ApiOperation("读取告警参数") @GetMapping ("getAlmParam") public Response getAlmParam(@RequestParam int powerDeviceId){ return service.getAlmParam(powerDeviceId); public Response getAlmParam(){ return service.getAlmParam(); }