Commit 1d9547aa by 王昆

gsb

parent 387a2729
......@@ -139,6 +139,9 @@ class DeliverService extends ServiceBase {
user.real_name = params.real_name;
user.auth = '1111';
if (user.id) {
if(params.password) {
user.password = await this.getEncryptStr(params.password);
}
user = await user.save();
} else {
user.saas_id = deliver.saas_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