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, status, routeKey, exchange, count, tryTime, createTime, updateTime, username,
account
delete
from system_mail_log
where id = #{id,jdbcType=VARCHAR}
delete from system_mail_log
insert into system_mail_log (id, uid, status,
routeKey, exchange, count,
tryTime, createTime, updateTime,
username, account)
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER},
#{routekey,jdbcType=VARCHAR}, #{exchange,jdbcType=VARCHAR}, #{count,jdbcType=INTEGER},
#{trytime,jdbcType=TIMESTAMP}, #{createtime,jdbcType=TIMESTAMP}, #{updatetime,jdbcType=TIMESTAMP},
#{username,jdbcType=VARCHAR}, #{account,jdbcType=VARCHAR})
insert into system_mail_log
id,
uid,
status,
routeKey,
exchange,
count,
tryTime,
createTime,
updateTime,
username,
account,
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{routekey,jdbcType=VARCHAR},
#{exchange,jdbcType=VARCHAR},
#{count,jdbcType=INTEGER},
#{trytime,jdbcType=TIMESTAMP},
#{createtime,jdbcType=TIMESTAMP},
#{updatetime,jdbcType=TIMESTAMP},
#{username,jdbcType=VARCHAR},
#{account,jdbcType=VARCHAR},
update system_mail_log
id = #{record.id,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
routeKey = #{record.routekey,jdbcType=VARCHAR},
exchange = #{record.exchange,jdbcType=VARCHAR},
count = #{record.count,jdbcType=INTEGER},
tryTime = #{record.trytime,jdbcType=TIMESTAMP},
createTime = #{record.createtime,jdbcType=TIMESTAMP},
updateTime = #{record.updatetime,jdbcType=TIMESTAMP},
username = #{record.username,jdbcType=VARCHAR},
account = #{record.account,jdbcType=VARCHAR},
update system_mail_log
set id = #{record.id,jdbcType=VARCHAR},
uid = #{record.uid,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
routeKey = #{record.routekey,jdbcType=VARCHAR},
exchange = #{record.exchange,jdbcType=VARCHAR},
count = #{record.count,jdbcType=INTEGER},
tryTime = #{record.trytime,jdbcType=TIMESTAMP},
createTime = #{record.createtime,jdbcType=TIMESTAMP},
updateTime = #{record.updatetime,jdbcType=TIMESTAMP},
username = #{record.username,jdbcType=VARCHAR},
account = #{record.account,jdbcType=VARCHAR}
update system_mail_log
uid = #{uid,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
routeKey = #{routekey,jdbcType=VARCHAR},
exchange = #{exchange,jdbcType=VARCHAR},
count = #{count,jdbcType=INTEGER},
tryTime = #{trytime,jdbcType=TIMESTAMP},
createTime = #{createtime,jdbcType=TIMESTAMP},
updateTime = #{updatetime,jdbcType=TIMESTAMP},
username = #{username,jdbcType=VARCHAR},
account = #{account,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update system_mail_log
set uid = #{uid,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
routeKey = #{routekey,jdbcType=VARCHAR},
exchange = #{exchange,jdbcType=VARCHAR},
count = #{count,jdbcType=INTEGER},
tryTime = #{trytime,jdbcType=TIMESTAMP},
createTime = #{createtime,jdbcType=TIMESTAMP},
updateTime = #{updatetime,jdbcType=TIMESTAMP},
username = #{username,jdbcType=VARCHAR},
account = #{account,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}