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, account_name, gh_id, publish_date, fans_before_publish, publish_times_before_publish
delete from fwh_daily_publish_detail
where id = #{id,jdbcType=INTEGER}
delete from fwh_daily_publish_detail
insert into fwh_daily_publish_detail (id, account_name, gh_id,
publish_date, fans_before_publish, publish_times_before_publish
)
values (#{id,jdbcType=INTEGER}, #{accountName,jdbcType=VARCHAR}, #{ghId,jdbcType=VARCHAR},
#{publishDate,jdbcType=VARCHAR}, #{fansBeforePublish,jdbcType=INTEGER}, #{publishTimesBeforePublish,jdbcType=INTEGER}
)
insert into fwh_daily_publish_detail
id,
account_name,
gh_id,
publish_date,
fans_before_publish,
publish_times_before_publish,
#{id,jdbcType=INTEGER},
#{accountName,jdbcType=VARCHAR},
#{ghId,jdbcType=VARCHAR},
#{publishDate,jdbcType=VARCHAR},
#{fansBeforePublish,jdbcType=INTEGER},
#{publishTimesBeforePublish,jdbcType=INTEGER},
update fwh_daily_publish_detail
id = #{record.id,jdbcType=INTEGER},
account_name = #{record.accountName,jdbcType=VARCHAR},
gh_id = #{record.ghId,jdbcType=VARCHAR},
publish_date = #{record.publishDate,jdbcType=VARCHAR},
fans_before_publish = #{record.fansBeforePublish,jdbcType=INTEGER},
publish_times_before_publish = #{record.publishTimesBeforePublish,jdbcType=INTEGER},
update fwh_daily_publish_detail
set id = #{record.id,jdbcType=INTEGER},
account_name = #{record.accountName,jdbcType=VARCHAR},
gh_id = #{record.ghId,jdbcType=VARCHAR},
publish_date = #{record.publishDate,jdbcType=VARCHAR},
fans_before_publish = #{record.fansBeforePublish,jdbcType=INTEGER},
publish_times_before_publish = #{record.publishTimesBeforePublish,jdbcType=INTEGER}
update fwh_daily_publish_detail
account_name = #{accountName,jdbcType=VARCHAR},
gh_id = #{ghId,jdbcType=VARCHAR},
publish_date = #{publishDate,jdbcType=VARCHAR},
fans_before_publish = #{fansBeforePublish,jdbcType=INTEGER},
publish_times_before_publish = #{publishTimesBeforePublish,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update fwh_daily_publish_detail
set account_name = #{accountName,jdbcType=VARCHAR},
gh_id = #{ghId,jdbcType=VARCHAR},
publish_date = #{publishDate,jdbcType=VARCHAR},
fans_before_publish = #{fansBeforePublish,jdbcType=INTEGER},
publish_times_before_publish = #{publishTimesBeforePublish,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}