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, uid, new_id, create_time
delete from news_interest
where id = #{id,jdbcType=VARCHAR}
delete from news_interest
insert into news_interest (id, uid, new_id,
create_time)
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{newId,jdbcType=BIGINT},
#{createTime,jdbcType=TIMESTAMP})
insert into news_interest
id,
uid,
new_id,
create_time,
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{newId,jdbcType=BIGINT},
#{createTime,jdbcType=TIMESTAMP},
update news_interest
id = #{record.id,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
new_id = #{record.newId,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update news_interest
set id = #{record.id,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
new_id = #{record.newId,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update news_interest
uid = #{uid,jdbcType=VARCHAR},
new_id = #{newId,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=VARCHAR}
update news_interest
set uid = #{uid,jdbcType=VARCHAR},
new_id = #{newId,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}
delete from news_interest
where uid = #{uid,jdbcType=VARCHAR}
and new_id = #{objectId,jdbcType=VARCHAR}