and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, date_str, sub_channel, first_level_count, score, unit_price, settlement_amount,
create_account_id, create_timestamp
delete from content_platform_qw_datastat_sub_channel
where id = #{id,jdbcType=BIGINT}
delete from content_platform_qw_datastat_sub_channel
insert into content_platform_qw_datastat_sub_channel (id, date_str, sub_channel,
first_level_count, score, unit_price,
settlement_amount, create_account_id, create_timestamp
)
values (#{id,jdbcType=BIGINT}, #{dateStr,jdbcType=VARCHAR}, #{subChannel,jdbcType=VARCHAR},
#{firstLevelCount,jdbcType=INTEGER}, #{score,jdbcType=DOUBLE}, #{unitPrice,jdbcType=DOUBLE},
#{settlementAmount,jdbcType=DOUBLE}, #{createAccountId,jdbcType=BIGINT}, #{createTimestamp,jdbcType=BIGINT}
)
insert into content_platform_qw_datastat_sub_channel
id,
date_str,
sub_channel,
first_level_count,
score,
unit_price,
settlement_amount,
create_account_id,
create_timestamp,
#{id,jdbcType=BIGINT},
#{dateStr,jdbcType=VARCHAR},
#{subChannel,jdbcType=VARCHAR},
#{firstLevelCount,jdbcType=INTEGER},
#{score,jdbcType=DOUBLE},
#{unitPrice,jdbcType=DOUBLE},
#{settlementAmount,jdbcType=DOUBLE},
#{createAccountId,jdbcType=BIGINT},
#{createTimestamp,jdbcType=BIGINT},
update content_platform_qw_datastat_sub_channel
id = #{record.id,jdbcType=BIGINT},
date_str = #{record.dateStr,jdbcType=VARCHAR},
sub_channel = #{record.subChannel,jdbcType=VARCHAR},
first_level_count = #{record.firstLevelCount,jdbcType=INTEGER},
score = #{record.score,jdbcType=DOUBLE},
unit_price = #{record.unitPrice,jdbcType=DOUBLE},
settlement_amount = #{record.settlementAmount,jdbcType=DOUBLE},
create_account_id = #{record.createAccountId,jdbcType=BIGINT},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT},
update content_platform_qw_datastat_sub_channel
set id = #{record.id,jdbcType=BIGINT},
date_str = #{record.dateStr,jdbcType=VARCHAR},
sub_channel = #{record.subChannel,jdbcType=VARCHAR},
first_level_count = #{record.firstLevelCount,jdbcType=INTEGER},
score = #{record.score,jdbcType=DOUBLE},
unit_price = #{record.unitPrice,jdbcType=DOUBLE},
settlement_amount = #{record.settlementAmount,jdbcType=DOUBLE},
create_account_id = #{record.createAccountId,jdbcType=BIGINT},
create_timestamp = #{record.createTimestamp,jdbcType=BIGINT}
update content_platform_qw_datastat_sub_channel
date_str = #{dateStr,jdbcType=VARCHAR},
sub_channel = #{subChannel,jdbcType=VARCHAR},
first_level_count = #{firstLevelCount,jdbcType=INTEGER},
score = #{score,jdbcType=DOUBLE},
unit_price = #{unitPrice,jdbcType=DOUBLE},
settlement_amount = #{settlementAmount,jdbcType=DOUBLE},
create_account_id = #{createAccountId,jdbcType=BIGINT},
create_timestamp = #{createTimestamp,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update content_platform_qw_datastat_sub_channel
set date_str = #{dateStr,jdbcType=VARCHAR},
sub_channel = #{subChannel,jdbcType=VARCHAR},
first_level_count = #{firstLevelCount,jdbcType=INTEGER},
score = #{score,jdbcType=DOUBLE},
unit_price = #{unitPrice,jdbcType=DOUBLE},
settlement_amount = #{settlementAmount,jdbcType=DOUBLE},
create_account_id = #{createAccountId,jdbcType=BIGINT},
create_timestamp = #{createTimestamp,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}