策略对象增加SSL协议
This commit is contained in:
@@ -131,6 +131,12 @@ public class ObjectGroupService extends BaseService {
|
||||
}else if(entity.getAction().equals(16)){
|
||||
entity.setServiceId(31);
|
||||
}
|
||||
}else if("SSL".equalsIgnoreCase(protocolType)){
|
||||
if(entity.getAction().equals(1)){
|
||||
entity.setServiceId(131);
|
||||
}else if(entity.getAction().equals(16)){
|
||||
entity.setServiceId(19);
|
||||
}
|
||||
}else if(StringUtils.isBlank(protocolType)){
|
||||
if(MapUtils.isNotEmpty(entity.getUserRegion())&&entity.getUserRegion().containsKey("ipGroup")){
|
||||
if(entity.getAction().equals(1)){
|
||||
|
||||
Reference in New Issue
Block a user