(1)asn 组选择加入搜索

(2)asn ip列表界面 asn ip组查询条件修复,ip查询条件状态保存修复
(3)DNS ip界面ip搜索条件状态保存修复
This commit is contained in:
wangxin
2018-09-03 14:43:05 +08:00
parent 94e73a2298
commit b812bbac5b
6 changed files with 12 additions and 14 deletions

View File

@@ -61,7 +61,7 @@
left join sys_user u on r.auditor_id=u.id
<trim prefix="WHERE" prefixOverrides="AND |OR ">
<if test="page !=null and page.where != null and page.where != ''">
AND ${page.where}
AND ${page.where}
</if>
<if test="cfgId != null">
AND r.CFG_ID=#{cfgId,jdbcType=BIGINT}
@@ -69,8 +69,8 @@
<if test="cfgDesc != null and cfgDesc != ''">
AND r.CFG_DESC like concat(concat('%',#{cfgDesc,jdbcType=VARCHAR}),'%')
</if>
<if test="asnIpGroupName != null and asnIpGroupName != ''">
AND dns.group_name like concat(concat('%',#{asnIpGroupName,jdbcType=VARCHAR}),'%')
<if test="asnIpGroup != null and asnIpGroup != ''">
AND r.asn_Ip_Group =#{asnIpGroup,jdbcType=INTEGER}
</if>
<if test="cfgRegionCode != null">
AND r.CFG_REGION_CODE=#{cfgRegionCode,jdbcType=INTEGER}