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, dict_id, item_text, item_value, description, sort_order, `status`, create_by,
create_time, update_by, update_time
delete from sys_dict_item
where id = #{id,jdbcType=VARCHAR}
delete from sys_dict_item
insert into sys_dict_item (id, dict_id, item_text,
item_value, description, sort_order,
`status`, create_by, create_time,
update_by, update_time)
values (#{id,jdbcType=VARCHAR}, #{dictId,jdbcType=VARCHAR}, #{itemText,jdbcType=VARCHAR},
#{itemValue,jdbcType=VARCHAR}, #{description,jdbcType=VARCHAR}, #{sortOrder,jdbcType=INTEGER},
#{status,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=BIGINT},
#{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=BIGINT})
insert into sys_dict_item
id,
dict_id,
item_text,
item_value,
description,
sort_order,
`status`,
create_by,
create_time,
update_by,
update_time,
#{id,jdbcType=VARCHAR},
#{dictId,jdbcType=VARCHAR},
#{itemText,jdbcType=VARCHAR},
#{itemValue,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR},
#{sortOrder,jdbcType=INTEGER},
#{status,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=BIGINT},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=BIGINT},
update sys_dict_item
id = #{record.id,jdbcType=VARCHAR},
dict_id = #{record.dictId,jdbcType=VARCHAR},
item_text = #{record.itemText,jdbcType=VARCHAR},
item_value = #{record.itemValue,jdbcType=VARCHAR},
description = #{record.description,jdbcType=VARCHAR},
sort_order = #{record.sortOrder,jdbcType=INTEGER},
`status` = #{record.status,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=BIGINT},
update sys_dict_item
set id = #{record.id,jdbcType=VARCHAR},
dict_id = #{record.dictId,jdbcType=VARCHAR},
item_text = #{record.itemText,jdbcType=VARCHAR},
item_value = #{record.itemValue,jdbcType=VARCHAR},
description = #{record.description,jdbcType=VARCHAR},
sort_order = #{record.sortOrder,jdbcType=INTEGER},
`status` = #{record.status,jdbcType=VARCHAR},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=BIGINT},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=BIGINT}
update sys_dict_item
dict_id = #{dictId,jdbcType=VARCHAR},
item_text = #{itemText,jdbcType=VARCHAR},
item_value = #{itemValue,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
sort_order = #{sortOrder,jdbcType=INTEGER},
`status` = #{status,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=BIGINT},
where id = #{id,jdbcType=VARCHAR}
update sys_dict_item
set dict_id = #{dictId,jdbcType=VARCHAR},
item_text = #{itemText,jdbcType=VARCHAR},
item_value = #{itemValue,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
sort_order = #{sortOrder,jdbcType=INTEGER},
`status` = #{status,jdbcType=VARCHAR},
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=BIGINT},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=BIGINT}
where id = #{id,jdbcType=VARCHAR}