Commit c6d1e85e by 王昆

gsb

parent 49c0900f
......@@ -140,7 +140,7 @@ class DeliverService extends ServiceBase {
user.deliver_id = deliver.id;
user.ucname = params.ucname;
user.password = await this.getEncryptStr(params.password);
user = await this.deliveruserDao.create(user);
user = await this.deliveruserDao.model.create(user);
}
deliver.admin_id = user.id;
await deliver.save();
......
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