Commit a43d08d5 by 孙亚楠

dd

parent 7f0da694
...@@ -161,7 +161,7 @@ class UserService extends ServiceBase { ...@@ -161,7 +161,7 @@ class UserService extends ServiceBase {
user.mobile = this.trim(obj.mobile); user.mobile = this.trim(obj.mobile);
user.realName = this.trim(obj.realName); user.realName = this.trim(obj.realName);
user.org_id = org_id; user.org_id = org_id;
user.saas_id = this.trim(obj.saas_id);
var self = this; var self = this;
user = await self.db.transaction(async function (t) { user = await self.db.transaction(async function (t) {
if (user.id) { if (user.id) {
......
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