INSERT INTO `tencent_callback_logs`(`event_group_id`, `event_type`, `callback_ts`, `event_info`, `sdk_app_id`, `user_id`, `room_id`, `processed_status`, `last_processed_time`, `last_processed_result`, `created_time`) VALUES (#{eventGroupId}, #{eventType}, #{callbackTs}, #{eventInfo}, #{sdkAppId}, #{userId}, #{roomId}, 0, NULL, '测试是否执行该脚本', CURRENT_TIMESTAMP); update vga_rooms set is_tencent_closed=1,tencent_closed_time=current_timestamp, end_Time=current_timestamp where id=#{roomId} and end_Time is null