2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-16 c2e93e1d046878fab50eb5379470baff822b493e
ximon-admin/src/main/java/com/sandu/ximon/admin/controller/LightController.java
@@ -108,7 +108,8 @@
        if (length != 24) {
            return ResponseUtil.fail("设备编号长度不正确");
        }
        lightReportDataService.exportList(request,response, deviceCode);
        lightReportDataService.exportList(request, response, deviceCode);
        return ResponseUtil.success("导出成功");
    }