select user_bid_id, user_id, bid_id, create_time, bid_state from tb_user_bid_store insert into tb_user_bid_store user_id, bid_id, create_time, bid_state, #{userId}, #{bidId}, #{createTime}, #{bidState}, update tb_user_bid_store user_id = #{userId}, bid_id = #{bidId}, create_time = #{createTime}, bid_state = #{bidState}, where user_bid_id = #{userBidId} delete from tb_user_bid_store where user_bid_id = #{userBidId} delete from tb_user_bid_store where user_bid_id in #{userBidId}