...
|
...
|
@@ -40,7 +40,7 @@ |
|
|
client_type, td, app_key,
|
|
|
client_ip,user_agent,interface_type,union_name)
|
|
|
values (#{id,jdbcType=INTEGER}, #{appId,jdbcType=VARCHAR}, #{idfa,jdbcType=VARCHAR},
|
|
|
#{imei,jdbcType=VARCHAR}, #{unionType,jdbcType=VARCHAR}, #{createTime,jdbcType=INTEGER},
|
|
|
#{imei,jdbcType=VARCHAR}, #{unionType,jdbcType=BIGINT}, #{createTime,jdbcType=INTEGER},
|
|
|
#{clientType,jdbcType=VARCHAR}, #{td,jdbcType=VARCHAR}, #{appKey,jdbcType=VARCHAR},
|
|
|
#{clientIp,jdbcType=VARCHAR},#{userAgent,jdbcType=VARCHAR}, #{interfaceType,jdbcType=VARCHAR},#{unionName,jdbcType=VARCHAR})
|
|
|
</insert>
|
...
|
...
|
@@ -157,7 +157,7 @@ |
|
|
set app_id = #{appId,jdbcType=VARCHAR},
|
|
|
idfa = #{idfa,jdbcType=VARCHAR},
|
|
|
imei = #{imei,jdbcType=VARCHAR},
|
|
|
union_type = #{unionType,jdbcType=VARCHAR},
|
|
|
union_type = #{unionType,jdbcType=BIGINT},
|
|
|
create_time = #{createTime,jdbcType=INTEGER},
|
|
|
client_type = #{clientType,jdbcType=VARCHAR},
|
|
|
td = #{td,jdbcType=VARCHAR},
|
...
|
...
|
|