pre_develop
daiao 6 years ago
parent 8a24cf69de
commit 4a42989a33

@ -110,6 +110,7 @@ module Mobile
end
third_party_user_id = session[:third_party_user_id]
Rails.logger.info("#########third_party_user_id: #{third_party_user_id}")
if third_party_user_id
c_user = UserSource.find_by_id(session[:third_party_user_id])
return c_user.user if c_user

Loading…
Cancel
Save