Commit 429887e3 by 宋毅

tj

parent e42f78bb
...@@ -41,6 +41,8 @@ class AppUserPinByUserNameCache extends CacheBase { ...@@ -41,6 +41,8 @@ class AppUserPinByUserNameCache extends CacheBase {
mobile: mobile || "", mobile: mobile || "",
org_name: actionBody.orgName || "", org_name: actionBody.orgName || "",
org_path: actionBody.orgPath || "", org_path: actionBody.orgPath || "",
open_id: actionBody.openId || "",
head_url: actionBody.headUrl || "",
is_enabled: 1, is_enabled: 1,
email: actionBody.email || "", email: actionBody.email || "",
is_admin: actionBody.isAdmin || 0, is_admin: actionBody.isAdmin || 0,
......
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