(1)修复app等选择行为的时候表达式为与表达式

(2)http,dns,mail,ftp,url配置导入提交
This commit is contained in:
wangxin
2018-10-20 23:38:56 +08:00
parent 16e8b9b855
commit 3be9eb7aea
12 changed files with 450 additions and 67 deletions

View File

@@ -95,7 +95,11 @@ public class MailCfgService extends CrudService<MailCfgDao,CfgIndexInfo> {
dataMap.put("NTC_UNIVERSAL_IP", ipPortList);
return dataMap;
}
public void saveMailCfg(List<ComplexkeywordCfg> complexkeywordCfgs){
for(ComplexkeywordCfg cfg:complexkeywordCfgs){
mailCfgDao.saveMailKeywordCfg(cfg);
}
}
/**
* 保存mail配置
* @param entity