2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-16 5c4101f44ee5261fc5a8cc65966d9af19b1a12e9
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("导出成功");
    }