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}
goods_Id, store_Id, postion, goods_name, star
delete from goods
where goods_Id = #{goodsId,jdbcType=BIGINT}
delete from goods
insert into goods (goods_Id, store_Id, postion,
goods_name, star)
values (#{goodsId,jdbcType=BIGINT}, #{storeId,jdbcType=BIGINT}, #{postion,jdbcType=VARCHAR},
#{goodsName,jdbcType=VARCHAR}, #{star,jdbcType=INTEGER})
insert into goods
goods_Id,
store_Id,
postion,
goods_name,
star,
#{goodsId,jdbcType=BIGINT},
#{storeId,jdbcType=BIGINT},
#{postion,jdbcType=VARCHAR},
#{goodsName,jdbcType=VARCHAR},
#{star,jdbcType=INTEGER},
update goods
goods_Id = #{record.goodsId,jdbcType=BIGINT},
store_Id = #{record.storeId,jdbcType=BIGINT},
postion = #{record.postion,jdbcType=VARCHAR},
goods_name = #{record.goodsName,jdbcType=VARCHAR},
star = #{record.star,jdbcType=INTEGER},
update goods
set goods_Id = #{record.goodsId,jdbcType=BIGINT},
store_Id = #{record.storeId,jdbcType=BIGINT},
postion = #{record.postion,jdbcType=VARCHAR},
goods_name = #{record.goodsName,jdbcType=VARCHAR},
star = #{record.star,jdbcType=INTEGER}
update goods
store_Id = #{storeId,jdbcType=BIGINT},
postion = #{postion,jdbcType=VARCHAR},
goods_name = #{goodsName,jdbcType=VARCHAR},
star = #{star,jdbcType=INTEGER},
where goods_Id = #{goodsId,jdbcType=BIGINT}
update goods
set store_Id = #{storeId,jdbcType=BIGINT},
postion = #{postion,jdbcType=VARCHAR},
goods_name = #{goodsName,jdbcType=VARCHAR},
star = #{star,jdbcType=INTEGER}
where goods_Id = #{goodsId,jdbcType=BIGINT}