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, rec_data, indate
delete from rec_data_log
where id = #{id,jdbcType=BIGINT}
delete from rec_data_log
SELECT LAST_INSERT_ID()
insert into rec_data_log (rec_data, indate)
values (#{recData,jdbcType=VARCHAR}, #{indate,jdbcType=TIMESTAMP})
SELECT LAST_INSERT_ID()
insert into rec_data_log
rec_data,
indate,
#{recData,jdbcType=VARCHAR},
#{indate,jdbcType=TIMESTAMP},
update rec_data_log
id = #{record.id,jdbcType=BIGINT},
rec_data = #{record.recData,jdbcType=VARCHAR},
indate = #{record.indate,jdbcType=TIMESTAMP},
update rec_data_log
set id = #{record.id,jdbcType=BIGINT},
rec_data = #{record.recData,jdbcType=VARCHAR},
indate = #{record.indate,jdbcType=TIMESTAMP}
update rec_data_log
rec_data = #{recData,jdbcType=VARCHAR},
indate = #{indate,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update rec_data_log
set rec_data = #{recData,jdbcType=VARCHAR},
indate = #{indate,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}