浏览代码

变量导出5

jichaobo 3 年之前
父节点
当前提交
8335920e90

+ 1 - 0
fiveep-service/src/main/java/com/bizmatics/service/impl/DeviceAnalogVariableListServiceImpl.java

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