1、BGP 日志中as_number字段改名为as_num;

2、补全数据库表名在clickhouse中对应关系;
This commit is contained in:
zhangdongxu
2018-10-10 17:49:00 +08:00
parent ca4799297a
commit 94e6da5e33
3 changed files with 15 additions and 6 deletions

View File

@@ -1022,6 +1022,10 @@
<result column="s_subscribe_id" jdbcType="VARCHAR" property="sSubscribeId" />
<result column="d_subscribe_id" jdbcType="VARCHAR" property="dSubscribeId" />
<result column="scene_file" jdbcType="VARCHAR" property="sceneFile" />
<result column="type" jdbcType="INTEGER" property="type" />
<result column="as_num" jdbcType="VARCHAR" property="asNum" />
<result column="route" jdbcType="VARCHAR" property="route" />
</resultMap>
<resultMap id="MmLogoDetectionLogMap" type="com.nis.domain.restful.MmLogoDetectionLog">