@@ -149,7 +149,7 @@ public class DeviceAnalogVariableListServiceImpl extends AbstractCrudService<Dev
}
} catch (Exception e) {
log.error("导出文件失败", e);
- err1[0] ="导出文件失败";
+// err1[0] ="导出文件失败";
throw new BusinessException(err1[0]);
} finally {
if (workbook != null) {