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, config_id, switch_flag, send_time, random_min, seq, create_time, update_time
delete from third_part_we_com_room_config_task
where id = #{id,jdbcType=VARCHAR}
delete from third_part_we_com_room_config_task
insert into third_part_we_com_room_config_task (id, config_id, switch_flag,
send_time, random_min, seq,
create_time, update_time)
values (#{id,jdbcType=VARCHAR}, #{configId,jdbcType=VARCHAR}, #{switchFlag,jdbcType=INTEGER},
#{sendTime,jdbcType=VARCHAR}, #{randomMin,jdbcType=INTEGER}, #{seq,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP})
insert into third_part_we_com_room_config_task
id,
config_id,
switch_flag,
send_time,
random_min,
seq,
create_time,
update_time,
#{id,jdbcType=VARCHAR},
#{configId,jdbcType=VARCHAR},
#{switchFlag,jdbcType=INTEGER},
#{sendTime,jdbcType=VARCHAR},
#{randomMin,jdbcType=INTEGER},
#{seq,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update third_part_we_com_room_config_task
id = #{record.id,jdbcType=VARCHAR},
config_id = #{record.configId,jdbcType=VARCHAR},
switch_flag = #{record.switchFlag,jdbcType=INTEGER},
send_time = #{record.sendTime,jdbcType=VARCHAR},
random_min = #{record.randomMin,jdbcType=INTEGER},
seq = #{record.seq,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update third_part_we_com_room_config_task
set id = #{record.id,jdbcType=VARCHAR},
config_id = #{record.configId,jdbcType=VARCHAR},
switch_flag = #{record.switchFlag,jdbcType=INTEGER},
send_time = #{record.sendTime,jdbcType=VARCHAR},
random_min = #{record.randomMin,jdbcType=INTEGER},
seq = #{record.seq,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update third_part_we_com_room_config_task
config_id = #{configId,jdbcType=VARCHAR},
switch_flag = #{switchFlag,jdbcType=INTEGER},
send_time = #{sendTime,jdbcType=VARCHAR},
random_min = #{randomMin,jdbcType=INTEGER},
seq = #{seq,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=VARCHAR}
update third_part_we_com_room_config_task
set config_id = #{configId,jdbcType=VARCHAR},
switch_flag = #{switchFlag,jdbcType=INTEGER},
send_time = #{sendTime,jdbcType=VARCHAR},
random_min = #{randomMin,jdbcType=INTEGER},
seq = #{seq,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}