DNS模板导出默认值设置出错bug
This commit is contained in:
@@ -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())){
|
||||
|
||||
Reference in New Issue
Block a user