user_Cart_Id, mun
delete from user_cart
where user_Cart_Id = #{userCartId,jdbcType=BIGINT}
insert into user_cart (user_Cart_Id, mun)
values (#{userCartId,jdbcType=BIGINT}, #{mun,jdbcType=INTEGER})
insert into user_cart
user_Cart_Id,
mun,
#{userCartId,jdbcType=BIGINT},
#{mun,jdbcType=INTEGER},
update user_cart
mun = #{mun,jdbcType=INTEGER},
where user_Cart_Id = #{userCartId,jdbcType=BIGINT}
update user_cart
set mun = #{mun,jdbcType=INTEGER}
where user_Cart_Id = #{userCartId,jdbcType=BIGINT}