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}
msg_channel_id, channel_name
delete from sys_msg_channel
where msg_channel_id = #{msgChannelId,jdbcType=BIGINT}
delete from sys_msg_channel
insert into sys_msg_channel (msg_channel_id, channel_name)
values (#{msgChannelId,jdbcType=BIGINT}, #{channelName,jdbcType=VARCHAR})
insert into sys_msg_channel
msg_channel_id,
channel_name,
#{msgChannelId,jdbcType=BIGINT},
#{channelName,jdbcType=VARCHAR},
update sys_msg_channel
msg_channel_id = #{record.msgChannelId,jdbcType=BIGINT},
channel_name = #{record.channelName,jdbcType=VARCHAR},
update sys_msg_channel
set msg_channel_id = #{record.msgChannelId,jdbcType=BIGINT},
channel_name = #{record.channelName,jdbcType=VARCHAR}
update sys_msg_channel
channel_name = #{channelName,jdbcType=VARCHAR},
where msg_channel_id = #{msgChannelId,jdbcType=BIGINT}
update sys_msg_channel
set channel_name = #{channelName,jdbcType=VARCHAR}
where msg_channel_id = #{msgChannelId,jdbcType=BIGINT}