select id, body2, body, create_time, type from rl_callback_log insert into rl_callback_log id, body2, body, create_time, type, #{id}, #{body2}, #{body}, #{createTime}, #{type}, update rl_callback_log body2 = #{body2}, body = #{body}, create_time = #{createTime}, type = #{type}, where id = #{id} delete from rl_callback_log where id = #{id} delete from rl_callback_log where id in #{id}