DNS模板导出默认值设置出错bug
This commit is contained in:
@@ -517,13 +517,13 @@ public class ExportExcel {
|
||||
commentStr=region.getConfigDistrict();
|
||||
index++;
|
||||
}
|
||||
}
|
||||
if(StringUtil.isEmpty(commentStr)){
|
||||
headerStr="";
|
||||
commentStr="";
|
||||
}else{
|
||||
commentStr=msgProp.getProperty("select")+":\n"+commentStr;
|
||||
index++;
|
||||
if(StringUtil.isEmpty(commentStr)){
|
||||
headerStr="";
|
||||
commentStr="";
|
||||
}else{
|
||||
commentStr=msgProp.getProperty("select")+":\n"+commentStr;
|
||||
index++;
|
||||
}
|
||||
}
|
||||
}
|
||||
//expr type
|
||||
|
||||
Reference in New Issue
Block a user