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, staff_id, put_scene, channel, switch_flag, open_room_send_switch_num, primary_third_staff_id,
second_third_staff_id, config_sync, `status`, create_time, update_time
delete from third_part_we_com_staff_config
where id = #{id,jdbcType=VARCHAR}
delete from third_part_we_com_staff_config
insert into third_part_we_com_staff_config (id, staff_id, put_scene,
channel, switch_flag, open_room_send_switch_num,
primary_third_staff_id, second_third_staff_id,
config_sync, `status`, create_time,
update_time)
values (#{id,jdbcType=VARCHAR}, #{staffId,jdbcType=BIGINT}, #{putScene,jdbcType=VARCHAR},
#{channel,jdbcType=VARCHAR}, #{switchFlag,jdbcType=INTEGER}, #{openRoomSendSwitchNum,jdbcType=INTEGER},
#{primaryThirdStaffId,jdbcType=BIGINT}, #{secondThirdStaffId,jdbcType=BIGINT},
#{configSync,jdbcType=INTEGER}, #{status,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP})
insert into third_part_we_com_staff_config
id,
staff_id,
put_scene,
channel,
switch_flag,
open_room_send_switch_num,
primary_third_staff_id,
second_third_staff_id,
config_sync,
`status`,
create_time,
update_time,
#{id,jdbcType=VARCHAR},
#{staffId,jdbcType=BIGINT},
#{putScene,jdbcType=VARCHAR},
#{channel,jdbcType=VARCHAR},
#{switchFlag,jdbcType=INTEGER},
#{openRoomSendSwitchNum,jdbcType=INTEGER},
#{primaryThirdStaffId,jdbcType=BIGINT},
#{secondThirdStaffId,jdbcType=BIGINT},
#{configSync,jdbcType=INTEGER},
#{status,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update third_part_we_com_staff_config
id = #{record.id,jdbcType=VARCHAR},
staff_id = #{record.staffId,jdbcType=BIGINT},
put_scene = #{record.putScene,jdbcType=VARCHAR},
channel = #{record.channel,jdbcType=VARCHAR},
switch_flag = #{record.switchFlag,jdbcType=INTEGER},
open_room_send_switch_num = #{record.openRoomSendSwitchNum,jdbcType=INTEGER},
primary_third_staff_id = #{record.primaryThirdStaffId,jdbcType=BIGINT},
second_third_staff_id = #{record.secondThirdStaffId,jdbcType=BIGINT},
config_sync = #{record.configSync,jdbcType=INTEGER},
`status` = #{record.status,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update third_part_we_com_staff_config
set id = #{record.id,jdbcType=VARCHAR},
staff_id = #{record.staffId,jdbcType=BIGINT},
put_scene = #{record.putScene,jdbcType=VARCHAR},
channel = #{record.channel,jdbcType=VARCHAR},
switch_flag = #{record.switchFlag,jdbcType=INTEGER},
open_room_send_switch_num = #{record.openRoomSendSwitchNum,jdbcType=INTEGER},
primary_third_staff_id = #{record.primaryThirdStaffId,jdbcType=BIGINT},
second_third_staff_id = #{record.secondThirdStaffId,jdbcType=BIGINT},
config_sync = #{record.configSync,jdbcType=INTEGER},
`status` = #{record.status,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update third_part_we_com_staff_config
staff_id = #{staffId,jdbcType=BIGINT},
put_scene = #{putScene,jdbcType=VARCHAR},
channel = #{channel,jdbcType=VARCHAR},
switch_flag = #{switchFlag,jdbcType=INTEGER},
open_room_send_switch_num = #{openRoomSendSwitchNum,jdbcType=INTEGER},
primary_third_staff_id = #{primaryThirdStaffId,jdbcType=BIGINT},
second_third_staff_id = #{secondThirdStaffId,jdbcType=BIGINT},
config_sync = #{configSync,jdbcType=INTEGER},
`status` = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=VARCHAR}
update third_part_we_com_staff_config
set staff_id = #{staffId,jdbcType=BIGINT},
put_scene = #{putScene,jdbcType=VARCHAR},
channel = #{channel,jdbcType=VARCHAR},
switch_flag = #{switchFlag,jdbcType=INTEGER},
open_room_send_switch_num = #{openRoomSendSwitchNum,jdbcType=INTEGER},
primary_third_staff_id = #{primaryThirdStaffId,jdbcType=BIGINT},
second_third_staff_id = #{secondThirdStaffId,jdbcType=BIGINT},
config_sync = #{configSync,jdbcType=INTEGER},
`status` = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}