id, aid, private_count, sign_count, channel_count, public_release_count, follow_count,
order_count, date_time, create_time
delete from admin_user_count
where id = #{id,jdbcType=INTEGER}
insert into admin_user_count (aid, private_count, sign_count,
channel_count, public_release_count, follow_count,
order_count, date_time, create_time
)
values (#{aid,jdbcType=VARCHAR}, #{privateCount,jdbcType=INTEGER}, #{signCount,jdbcType=INTEGER},
#{channelCount,jdbcType=INTEGER}, #{publicReleaseCount,jdbcType=INTEGER}, #{followCount,jdbcType=INTEGER},
#{orderCount,jdbcType=INTEGER}, #{dateTime,jdbcType=DATE}, #{createTime,jdbcType=TIMESTAMP}
)
insert into admin_user_count
aid,
private_count,
sign_count,
channel_count,
public_release_count,
follow_count,
order_count,
date_time,
create_time,
#{aid,jdbcType=VARCHAR},
#{privateCount,jdbcType=INTEGER},
#{signCount,jdbcType=INTEGER},
#{channelCount,jdbcType=INTEGER},
#{publicReleaseCount,jdbcType=INTEGER},
#{followCount,jdbcType=INTEGER},
#{orderCount,jdbcType=INTEGER},
#{dateTime,jdbcType=DATE},
#{createTime,jdbcType=TIMESTAMP},
update admin_user_count
aid = #{aid,jdbcType=VARCHAR},
private_count = #{privateCount,jdbcType=INTEGER},
sign_count = #{signCount,jdbcType=INTEGER},
channel_count = #{channelCount,jdbcType=INTEGER},
public_release_count = #{publicReleaseCount,jdbcType=INTEGER},
follow_count = #{followCount,jdbcType=INTEGER},
order_count = #{orderCount,jdbcType=INTEGER},
date_time = #{dateTime,jdbcType=DATE},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update admin_user_count
set aid = #{aid,jdbcType=VARCHAR},
private_count = #{privateCount,jdbcType=INTEGER},
sign_count = #{signCount,jdbcType=INTEGER},
channel_count = #{channelCount,jdbcType=INTEGER},
public_release_count = #{publicReleaseCount,jdbcType=INTEGER},
follow_count = #{followCount,jdbcType=INTEGER},
order_count = #{orderCount,jdbcType=INTEGER},
date_time = #{dateTime,jdbcType=DATE},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}
update admin_user_count
private_count = #{privateCount,jdbcType=INTEGER},
sign_count = #{signCount,jdbcType=INTEGER},
channel_count = #{channelCount,jdbcType=INTEGER},
public_release_count = #{publicReleaseCount,jdbcType=INTEGER},
follow_count = #{followCount,jdbcType=INTEGER},
order_count = #{orderCount,jdbcType=INTEGER},
where aid = #{aid,jdbcType=VARCHAR} and date_time = #{dateTime,jdbcType=DATE}