whyclxw
2022-01-15 fe8fd3c0165d58dfcf3ea61feb09b1b798158bd8
src/main/java/com/whyc/controller/PwrappAcdcinfController.java
@@ -19,7 +19,7 @@
    //@ApiOperation("")
    //@GetMapping("/getDataByDevId")
    private Response getDataByDevId(@RequestParam int powerDeviceId){
    public Response getDataByDevId(@RequestParam int powerDeviceId){
        return service.getDataByDevId(powerDeviceId);
    }