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_by, create_time, del_flag, update_by, update_time, attribute_id, value
delete from t_product_attribute_value
where id = #{id,jdbcType=BIGINT}
delete from t_product_attribute_value
insert into t_product_attribute_value (id, create_by, create_time,
del_flag, update_by, update_time,
attribute_id, value)
values (#{id,jdbcType=BIGINT}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP},
#{attributeId,jdbcType=BIGINT}, #{value,jdbcType=VARCHAR})
insert into t_product_attribute_value
id,
create_by,
create_time,
del_flag,
update_by,
update_time,
attribute_id,
value,
#{id,jdbcType=BIGINT},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{attributeId,jdbcType=BIGINT},
#{value,jdbcType=VARCHAR},
update t_product_attribute_value
id = #{record.id,jdbcType=BIGINT},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
del_flag = #{record.delFlag,jdbcType=INTEGER},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
attribute_id = #{record.attributeId,jdbcType=BIGINT},
value = #{record.value,jdbcType=VARCHAR},
update t_product_attribute_value
set id = #{record.id,jdbcType=BIGINT},
create_by = #{record.createBy,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
del_flag = #{record.delFlag,jdbcType=INTEGER},
update_by = #{record.updateBy,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
attribute_id = #{record.attributeId,jdbcType=BIGINT},
value = #{record.value,jdbcType=VARCHAR}
update t_product_attribute_value
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
attribute_id = #{attributeId,jdbcType=BIGINT},
value = #{value,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update t_product_attribute_value
set create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
attribute_id = #{attributeId,jdbcType=BIGINT},
value = #{value,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}