DNS模板导出默认值设置出错bug

This commit is contained in:
duandongmei
2018-10-22 11:05:38 +08:00
parent 977e59c047
commit 3ceddad1c8

View File

@@ -517,7 +517,6 @@ public class ExportExcel {
commentStr=region.getConfigDistrict();
index++;
}
}
if(StringUtil.isEmpty(commentStr)){
headerStr="";
commentStr="";
@@ -526,6 +525,7 @@ public class ExportExcel {
index++;
}
}
}
//expr type
if("expression_type".equals(headerStr)){
if(StringUtil.isEmpty(region.getConfigExprType())){