This commit is contained in:
guange 2016-01-19 14:32:22 +08:00
parent 8e66ab6a41
commit 80feca0c8c
1 changed files with 1 additions and 1 deletions

View File

@ -153,6 +153,6 @@ class WechatsController < ActionController::Base
private
def user_binded?
openid = request[:FromUserName]
uw = UserWechat.where(:openid, open).first
uw = UserWechat.where(:openid => open).first
end
end