ximon-admin/src/main/java/com/sandu/ximon/admin/controller/LightController.java
@@ -104,8 +104,13 @@ if (deviceCode.isEmpty()) { return ResponseUtil.fail("设备编号不能为空"); } String url = lightReportDataService.exportList(request,response, deviceCode); return ResponseUtil.success(url); int length = deviceCode.length(); if (length != 24) { return ResponseUtil.fail("设备编号长度不正确"); } lightReportDataService.exportList(request, response, deviceCode); return ResponseUtil.success("导出成功"); } @GetMapping("/error/list")