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, min_category_id, index_id, create_time
delete from min_middle_index
insert into min_middle_index (id, min_category_id, index_id,
create_time)
values (#{id,jdbcType=VARCHAR}, #{minCategoryId,jdbcType=VARCHAR}, #{indexId,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP})
insert into min_middle_index
id,
min_category_id,
index_id,
create_time,
#{id,jdbcType=VARCHAR},
#{minCategoryId,jdbcType=VARCHAR},
#{indexId,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update min_middle_index
id = #{record.id,jdbcType=VARCHAR},
min_category_id = #{record.minCategoryId,jdbcType=VARCHAR},
index_id = #{record.indexId,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update min_middle_index
set id = #{record.id,jdbcType=VARCHAR},
min_category_id = #{record.minCategoryId,jdbcType=VARCHAR},
index_id = #{record.indexId,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
DELETE FROM min_middle_index WHERE min_category_id = #{categoryId}
insert into min_middle_index (id, min_category_id, index_id,
create_time)
values
(#{record.id,jdbcType=VARCHAR}, #{record.minCategoryId,jdbcType=VARCHAR}, #{record.indexId,jdbcType=VARCHAR},
#{record.createTime,jdbcType=TIMESTAMP})