src/main/java/com/whyc/controller/CKPowerDevRtSetLogController.java
@@ -10,7 +10,7 @@ @RestController @RequestMapping("ckPowerDevRtSetLog") @Api("电源设备遥测量设置日志") @Api(tags = "电源遥测量设置日志") public class CKPowerDevRtSetLogController { @Autowired @@ -23,7 +23,7 @@ } @ApiOperation("查询-按天") @PostMapping("getPage") @PostMapping("getList") public Response getList(@RequestParam String param, @RequestParam String dayTime){ return service.getList(param,dayTime); }