Commit 83d5259a by 王昆

gsb

parent 10782909
......@@ -75,6 +75,7 @@ class DeliverCtl extends CtlBase {
}
async deliverUserSave(pobj, pobj2, req) {
try {
pobj.isAdmin = pobj.is_admin;
return await this.deliverSve.deliverUserSave(pobj);
} catch (e) {
console.log(e);
......
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