配置导出时是否区分大小写时,为是时导出无显示问题解决,日志http网页关键字查询是选择关键字监测/封堵时界面对应列显示不同国际化问题解决。

(cherry picked from commit 14e3b828db)
This commit is contained in:
zhanghongqing
2019-01-27 04:46:18 +00:00
committed by 王鑫
parent faf8f45585
commit 776dc47ad6
7 changed files with 66 additions and 16 deletions

View File

@@ -312,7 +312,7 @@ public class ExcelCsv {
}
if(ef.title().equals("is_case_insenstive") && !StringUtil.isEmpty(val)){
Integer isCaseSenstive=Integer.parseInt(val.toString());
if(isCaseSenstive.equals(0) || isCaseSenstive.equals(1)){
if(isCaseSenstive.equals(0)){
val = msgProp.getProperty("case_insenstive","case_insenstive");
}else if(isCaseSenstive.equals(1)){
val = msgProp.getProperty("case_senstive","case_senstive");