id, `uid`, aid, last_follow_time, last_sign_time, create_time, big_customer, update_aid,
update_name, date_update_time, channel_type
delete from user_mid
where id = #{id,jdbcType=INTEGER}
insert into user_mid (id, `uid`, aid,
last_follow_time, last_sign_time, create_time,
big_customer, update_aid, update_name,
date_update_time, channel_type)
values (#{id,jdbcType=INTEGER}, #{uid,jdbcType=VARCHAR}, #{aid,jdbcType=VARCHAR},
#{lastFollowTime,jdbcType=TIMESTAMP}, #{lastSignTime,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP},
#{bigCustomer,jdbcType=INTEGER}, #{updateAid,jdbcType=VARCHAR}, #{updateName,jdbcType=VARCHAR},
#{dateUpdateTime,jdbcType=TIMESTAMP}, #{channelType,jdbcType=INTEGER})
insert into user_mid
id,
`uid`,
aid,
last_follow_time,
last_sign_time,
create_time,
big_customer,
update_aid,
update_name,
date_update_time,
channel_type,
#{id,jdbcType=INTEGER},
#{uid,jdbcType=VARCHAR},
#{aid,jdbcType=VARCHAR},
#{lastFollowTime,jdbcType=TIMESTAMP},
#{lastSignTime,jdbcType=TIMESTAMP},
#{createTime,jdbcType=TIMESTAMP},
#{bigCustomer,jdbcType=INTEGER},
#{updateAid,jdbcType=VARCHAR},
#{updateName,jdbcType=VARCHAR},
#{dateUpdateTime,jdbcType=TIMESTAMP},
#{channelType,jdbcType=INTEGER},
update user_mid
`uid` = #{uid,jdbcType=VARCHAR},
aid = #{aid,jdbcType=VARCHAR},
last_follow_time = #{lastFollowTime,jdbcType=TIMESTAMP},
last_sign_time = #{lastSignTime,jdbcType=TIMESTAMP},
create_time = #{createTime,jdbcType=TIMESTAMP},
big_customer = #{bigCustomer,jdbcType=INTEGER},
update_aid = #{updateAid,jdbcType=VARCHAR},
update_name = #{updateName,jdbcType=VARCHAR},
date_update_time = #{dateUpdateTime,jdbcType=TIMESTAMP},
channel_type = #{channelType,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update user_mid
set `uid` = #{uid,jdbcType=VARCHAR},
aid = #{aid,jdbcType=VARCHAR},
last_follow_time = #{lastFollowTime,jdbcType=TIMESTAMP},
last_sign_time = #{lastSignTime,jdbcType=TIMESTAMP},
create_time = #{createTime,jdbcType=TIMESTAMP},
big_customer = #{bigCustomer,jdbcType=INTEGER},
update_aid = #{updateAid,jdbcType=VARCHAR},
update_name = #{updateName,jdbcType=VARCHAR},
date_update_time = #{dateUpdateTime,jdbcType=TIMESTAMP},
channel_type = #{channelType,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}
update user_mid
aid = #{aid,jdbcType=VARCHAR},
last_follow_time = #{lastFollowTime,jdbcType=TIMESTAMP},
last_sign_time = #{lastSignTime,jdbcType=TIMESTAMP},
create_time = #{createTime,jdbcType=TIMESTAMP},
big_customer = #{bigCustomer,jdbcType=INTEGER},
update_aid = #{updateAid,jdbcType=VARCHAR},
update_name = #{updateName,jdbcType=VARCHAR},
date_update_time = #{dateUpdateTime,jdbcType=TIMESTAMP},
channel_type = #{channelType,jdbcType=INTEGER},
where `uid` = #{uid,jdbcType=VARCHAR}
update user_mid
aid = #{aid,jdbcType=VARCHAR},
last_follow_time = null,
last_sign_time = #{lastSignTime,jdbcType=TIMESTAMP},
create_time = #{createTime,jdbcType=TIMESTAMP},
big_customer = #{bigCustomer,jdbcType=INTEGER},
update_aid = #{updateAid,jdbcType=VARCHAR},
update_name = #{updateName,jdbcType=VARCHAR},
date_update_time = #{dateUpdateTime,jdbcType=TIMESTAMP},
where `uid` in
#{item}