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, category_id, attribute_name
delete from t_product_attribute
where id = #{id,jdbcType=BIGINT}
delete from t_product_attribute
insert into t_product_attribute (id, create_by, create_time,
del_flag, update_by, update_time,
category_id, attribute_name)
values (#{id,jdbcType=BIGINT}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP},
#{categoryId,jdbcType=BIGINT}, #{attributeName,jdbcType=VARCHAR})
insert into t_product_attribute
id,
create_by,
create_time,
del_flag,
update_by,
update_time,
category_id,
attribute_name,
#{id,jdbcType=BIGINT},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{categoryId,jdbcType=BIGINT},
#{attributeName,jdbcType=VARCHAR},
update t_product_attribute
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},
category_id = #{record.categoryId,jdbcType=BIGINT},
attribute_name = #{record.attributeName,jdbcType=VARCHAR},
update t_product_attribute
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},
category_id = #{record.categoryId,jdbcType=BIGINT},
attribute_name = #{record.attributeName,jdbcType=VARCHAR}
update t_product_attribute
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},
category_id = #{categoryId,jdbcType=BIGINT},
attribute_name = #{attributeName,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update t_product_attribute
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},
category_id = #{categoryId,jdbcType=BIGINT},
attribute_name = #{attributeName,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}