修改contIp、picIp、contUrl、picUrl列表显示格式与值

增加ipPattern、portPattern、direction、protocol、ishexbin、matchMethod字典,其中itemDesc属性修改为国际化code属性
This commit is contained in:
duandongmei
2018-06-05 11:34:48 +08:00
parent 03a686f002
commit ca60449f5e
12 changed files with 130 additions and 93 deletions

View File

@@ -1114,7 +1114,7 @@
protocol_id = #{protocolId,jdbcType=INTEGER},
</if>
<if test="direction != null" >
protocol_id = #{direction,jdbcType=INTEGER},
direction = #{direction,jdbcType=INTEGER},
</if>
<if test="destPort != null and destPort != ''" >
dest_port = #{destPort,jdbcType=VARCHAR},