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