(1)修复app等选择行为的时候表达式为与表达式
(2)http,dns,mail,ftp,url配置导入提交
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user