select id, user_id, leverage_ratio, apply_status, apply_time from user_lever_apply insert into user_lever_apply id, user_id, leverage_ratio, apply_status, apply_time, #{id}, #{userId}, #{leverageRatio}, #{applyStatus}, #{applyTime}, update user_lever_apply user_id = #{userId}, leverage_ratio = #{leverageRatio}, apply_status = #{applyStatus}, apply_time = #{applyTime}, where id = #{id} delete from user_lever_apply where id = #{id} delete from user_lever_apply where id in #{id}