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, create_time, consumer_id, message_id, send_time
delete from message_producer
where id = #{id,jdbcType=VARCHAR}
delete from message_producer
insert into message_producer (id, create_time, consumer_id,
message_id, send_time)
values (#{id,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{consumerId,jdbcType=VARCHAR},
#{messageId,jdbcType=VARCHAR}, #{sendTime,jdbcType=TIMESTAMP})
insert into message_producer
id,
create_time,
consumer_id,
message_id,
send_time,
#{id,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{consumerId,jdbcType=VARCHAR},
#{messageId,jdbcType=VARCHAR},
#{sendTime,jdbcType=TIMESTAMP},
update message_producer
id = #{record.id,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
consumer_id = #{record.consumerId,jdbcType=VARCHAR},
message_id = #{record.messageId,jdbcType=VARCHAR},
send_time = #{record.sendTime,jdbcType=TIMESTAMP},
update message_producer
set id = #{record.id,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
consumer_id = #{record.consumerId,jdbcType=VARCHAR},
message_id = #{record.messageId,jdbcType=VARCHAR},
send_time = #{record.sendTime,jdbcType=TIMESTAMP}
update message_producer
create_time = #{createTime,jdbcType=TIMESTAMP},
consumer_id = #{consumerId,jdbcType=VARCHAR},
message_id = #{messageId,jdbcType=VARCHAR},
send_time = #{sendTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=VARCHAR}
update message_producer
set create_time = #{createTime,jdbcType=TIMESTAMP},
consumer_id = #{consumerId,jdbcType=VARCHAR},
message_id = #{messageId,jdbcType=VARCHAR},
send_time = #{sendTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=VARCHAR}