增加地址池管理查看所有IP、策略管理用户类型检索.
This commit is contained in:
@@ -81,6 +81,9 @@
|
||||
<if test="srcIpAddress != null and srcIpAddress != ''">
|
||||
AND r.src_ip_address=#{srcIpAddress,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="userType != null and userType != ''">
|
||||
AND r.user_type=#{userType,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="userName != null and userName != ''">
|
||||
AND r.user_name LIKE concat(concat('%',#{userName,jdbcType=VARCHAR}),'%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user