whyclxw
2024-07-01 0ce771b4a4ff5897dc91bb1b84a4561781b00ca5
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);
    }