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