Authored by unknown

B站对接

@@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
40 client_type, td, app_key, 40 client_type, td, app_key,
41 client_ip,user_agent,interface_type,union_name) 41 client_ip,user_agent,interface_type,union_name)
42 values (#{id,jdbcType=INTEGER}, #{appId,jdbcType=VARCHAR}, #{idfa,jdbcType=VARCHAR}, 42 values (#{id,jdbcType=INTEGER}, #{appId,jdbcType=VARCHAR}, #{idfa,jdbcType=VARCHAR},
43 - #{imei,jdbcType=VARCHAR}, #{unionType,jdbcType=VARCHAR}, #{createTime,jdbcType=INTEGER}, 43 + #{imei,jdbcType=VARCHAR}, #{unionType,jdbcType=BIGINT}, #{createTime,jdbcType=INTEGER},
44 #{clientType,jdbcType=VARCHAR}, #{td,jdbcType=VARCHAR}, #{appKey,jdbcType=VARCHAR}, 44 #{clientType,jdbcType=VARCHAR}, #{td,jdbcType=VARCHAR}, #{appKey,jdbcType=VARCHAR},
45 #{clientIp,jdbcType=VARCHAR},#{userAgent,jdbcType=VARCHAR}, #{interfaceType,jdbcType=VARCHAR},#{unionName,jdbcType=VARCHAR}) 45 #{clientIp,jdbcType=VARCHAR},#{userAgent,jdbcType=VARCHAR}, #{interfaceType,jdbcType=VARCHAR},#{unionName,jdbcType=VARCHAR})
46 </insert> 46 </insert>
@@ -157,7 +157,7 @@ @@ -157,7 +157,7 @@
157 set app_id = #{appId,jdbcType=VARCHAR}, 157 set app_id = #{appId,jdbcType=VARCHAR},
158 idfa = #{idfa,jdbcType=VARCHAR}, 158 idfa = #{idfa,jdbcType=VARCHAR},
159 imei = #{imei,jdbcType=VARCHAR}, 159 imei = #{imei,jdbcType=VARCHAR},
160 - union_type = #{unionType,jdbcType=VARCHAR}, 160 + union_type = #{unionType,jdbcType=BIGINT},
161 create_time = #{createTime,jdbcType=INTEGER}, 161 create_time = #{createTime,jdbcType=INTEGER},
162 client_type = #{clientType,jdbcType=VARCHAR}, 162 client_type = #{clientType,jdbcType=VARCHAR},
163 td = #{td,jdbcType=VARCHAR}, 163 td = #{td,jdbcType=VARCHAR},