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("导出成功"); }