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