2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-04-26 407ea8abef30f30608a0cd933f7f6c35e97095be
ximon-admin/src/main/java/com/sandu/ximon/admin/controller/LightController.java
@@ -115,13 +115,13 @@
        return ResponseUtil.success(lightService.controlEnergySaving());
    }
    /**
     * 获取设备码
     */
    @GetMapping("/deviceCode")
    public ResponseVO<Object> getDeviceCode(BaseConditionVO baseConditionVO) {
        return ResponseUtil.success(lightService.listDeviceCode(baseConditionVO.getPageNo() , baseConditionVO.getPageSize()));
    }
//    /**
//     * 获取设备码
//     */
//    @GetMapping("/deviceCode")
//    public ResponseVO<Object> getDeviceCode(BaseConditionVO baseConditionVO) {
//        return ResponseUtil.success(lightService.listDeviceCode(baseConditionVO.getPageNo() , baseConditionVO.getPageSize()));
//    }
    /**
     * 设置功率