Commit d70ab7e5 by 孙亚楠

Merge branch 'xgg-deliver' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-deliver

parents 21858c7d 83d5259a
......@@ -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