修正操控业务配置sql
This commit is contained in:
@@ -1662,7 +1662,7 @@ public abstract class BaseService {
|
||||
// HTTP(s) URL
|
||||
else if(regionDict.getDictId().intValue()==97 || regionDict.getDictId().intValue()==79 ||
|
||||
regionDict.getDictId().intValue()==85 || regionDict.getDictId().intValue()==91 ||
|
||||
regionDict.getDictId().intValue()==99 || regionDict.getDictId().intValue()==633){
|
||||
regionDict.getDictId().intValue()==99 || regionDict.getDictId().intValue()==700){
|
||||
this.saveStringCfgBatch(regionDict,serviceDict,listPage, "http_url_cfg",send);
|
||||
}
|
||||
// HTTP(s) 请求/应答内容
|
||||
@@ -1670,7 +1670,7 @@ public abstract class BaseService {
|
||||
regionDict.getDictId().intValue()==88 || regionDict.getDictId().intValue()==89 ||
|
||||
regionDict.getDictId().intValue()==82 || regionDict.getDictId().intValue()==83 ||
|
||||
regionDict.getDictId().intValue()==103 || regionDict.getDictId().intValue()==104 ||
|
||||
regionDict.getDictId().intValue()==636 || regionDict.getDictId().intValue()==637){
|
||||
regionDict.getDictId().intValue()==703 || regionDict.getDictId().intValue()==704){
|
||||
this.saveStringCfgBatch(regionDict,serviceDict,listPage, "http_body_cfg",send);
|
||||
}
|
||||
}else if("ComplexkeywordCfg".equals(type)) {
|
||||
@@ -1707,13 +1707,13 @@ public abstract class BaseService {
|
||||
// HTTP(s)请求头域
|
||||
if(regionDict.getDictId().intValue()==98 || regionDict.getDictId().intValue()==80 ||
|
||||
regionDict.getDictId().intValue()==86 || regionDict.getDictId().intValue()==92 ||
|
||||
regionDict.getDictId().intValue()==100 || regionDict.getDictId().intValue()==634) {
|
||||
regionDict.getDictId().intValue()==100 || regionDict.getDictId().intValue()==701) {
|
||||
this.saveComplexkeywordCfgBatch(regionDict,serviceDict,listPage, "http_req_head_cfg",send);
|
||||
}else
|
||||
// HTTP(s)响应头域
|
||||
if(regionDict.getDictId().intValue()==102 || regionDict.getDictId().intValue()==81 ||
|
||||
regionDict.getDictId().intValue()==87 || regionDict.getDictId().intValue()==93 ||
|
||||
regionDict.getDictId().intValue()==635) {
|
||||
regionDict.getDictId().intValue()==702) {
|
||||
this.saveComplexkeywordCfgBatch(regionDict,serviceDict,listPage, "http_res_head_cfg",send);
|
||||
}
|
||||
}else if("DnsResStrategy".equals(type)) {
|
||||
|
||||
Reference in New Issue
Block a user