修复导入模板导出提示允许多关键字提示
This commit is contained in:
@@ -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++;
|
||||
//允许输入多关键字,多个关键字用换行表示
|
||||
|
||||
Reference in New Issue
Block a user