1.地址池管理增加 删除限制 2.策略分组管理去掉SNAT/DNAT IP类型
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
<if test="groupType != null">
|
||||
AND r.group_type =#{groupType }
|
||||
</if>
|
||||
<if test="groupType == null">
|
||||
AND r.group_type != 2
|
||||
AND r.group_type != 3
|
||||
</if>
|
||||
<if test="asnNo != null">
|
||||
AND r.asn_no =#{asnNo }
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user