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

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

View File

@@ -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