fix bind user bug

competitions
p31729568 5 years ago
parent 936d353e60
commit 53a449728f

@ -22,7 +22,8 @@ class CreateBindUserService < ApplicationService
open_user.user_id = bind_user.id
open_user.save!
user.destroy!
user.user_extension.delete
user.delete
end
clear_can_bind_user_flag

Loading…
Cancel
Save