select user_channel_id, user_id, channel_id, name, handling_charge_type, withdraw_handling_charge, min_amount, max_amount, create_time, is_open, picture, collection_code, is_need_code from e_user_withdraw insert into e_user_withdraw user_channel_id, user_id, channel_id, name, handling_charge_type, withdraw_handling_charge, min_amount, max_amount, create_time, is_open, picture, collection_code, is_need_code, #{userChannelId}, #{userId}, #{channelId}, #{name}, #{handlingChargeType}, #{withdrawHandlingCharge}, #{minAmount}, #{maxAmount}, #{createTime}, #{isOpen}, #{picture}, #{collectionCode}, #{isNeedCode}, update e_user_withdraw user_id = #{userId}, channel_id = #{channelId}, name = #{name}, handling_charge_type = #{handlingChargeType}, withdraw_handling_charge = #{withdrawHandlingCharge}, min_amount = #{minAmount}, max_amount = #{maxAmount}, create_time = #{createTime}, is_open = #{isOpen}, picture = #{picture}, collection_code = #{collectionCode}, is_need_code = #{isNeedCode}, where user_channel_id = #{userChannelId} delete from e_user_withdraw where user_channel_id = #{userChannelId} delete from e_user_withdraw where user_channel_id in #{userChannelId} delete from e_user_withdraw where user_id = #{userId}