Commit f89727f0 by Aeolus

update

parent 359e11fd
......@@ -273,6 +273,7 @@ def run_edit_openid():
real_name = i["real_name"]
rs = AdminOpenid.query.filter_by(user_id=g.user.id, openid=openid).first()
if rs:
rs.real_name = real_name
rs.status = 1
db.session.add(rs)
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment