Commit 13933f1e by 王昆

gsb

parent 50e9e1a4
...@@ -144,6 +144,7 @@ class UserCtl extends CtlBase { ...@@ -144,6 +144,7 @@ class UserCtl extends CtlBase {
saas_id: params.saas_id, saas_id: params.saas_id,
org_id: Number(params.org_id || 0), org_id: Number(params.org_id || 0),
uctype: Number(params.uctype || 1), uctype: Number(params.uctype || 1),
isMain: Number(params.isMain || 0),
uctypeId: this.trim(params.uctypeId), uctypeId: this.trim(params.uctypeId),
mobile: this.trim(params.mobile), mobile: this.trim(params.mobile),
realName: this.trim(params.realName), realName: this.trim(params.realName),
......
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