修复导入模板导出提示允许多关键字提示

This commit is contained in:
wangxin
2018-12-28 12:58:46 +06:00
parent 10e8d76426
commit 620810c1f1

View File

@@ -1042,7 +1042,7 @@ public class ExportExcel {
//expr type
if("key_word".equals(headerStr)){
if(!StringUtil.isEmpty(region.getConfigMultiKeywords())){
if(region.getConfigMultiKeywords().equals(1)){//多关键字输入TODO
if(region.getConfigMultiKeywords().equals("1")){//多关键字输入TODO
commentStr=commentStr+msgProp.getProperty("rule_desc_tip")+":\n";
index++;
//允许输入多关键字,多个关键字用换行表示