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, ip, port, indate, is_send
delete from change_ip_command
where id = #{id,jdbcType=INTEGER}
delete from change_ip_command
SELECT LAST_INSERT_ID()
insert into change_ip_command (ip, port, indate,
is_send)
values (#{ip,jdbcType=VARCHAR}, #{port,jdbcType=VARCHAR}, #{indate,jdbcType=TIMESTAMP},
#{isSend,jdbcType=INTEGER})
SELECT LAST_INSERT_ID()
insert into change_ip_command
ip,
port,
indate,
is_send,
#{ip,jdbcType=VARCHAR},
#{port,jdbcType=VARCHAR},
#{indate,jdbcType=TIMESTAMP},
#{isSend,jdbcType=INTEGER},
update change_ip_command
id = #{record.id,jdbcType=INTEGER},
ip = #{record.ip,jdbcType=VARCHAR},
port = #{record.port,jdbcType=VARCHAR},
indate = #{record.indate,jdbcType=TIMESTAMP},
is_send = #{record.isSend,jdbcType=INTEGER},
update change_ip_command
set id = #{record.id,jdbcType=INTEGER},
ip = #{record.ip,jdbcType=VARCHAR},
port = #{record.port,jdbcType=VARCHAR},
indate = #{record.indate,jdbcType=TIMESTAMP},
is_send = #{record.isSend,jdbcType=INTEGER}
update change_ip_command
ip = #{ip,jdbcType=VARCHAR},
port = #{port,jdbcType=VARCHAR},
indate = #{indate,jdbcType=TIMESTAMP},
is_send = #{isSend,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update change_ip_command
set ip = #{ip,jdbcType=VARCHAR},
port = #{port,jdbcType=VARCHAR},
indate = #{indate,jdbcType=TIMESTAMP},
is_send = #{isSend,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}