Commit 77586ce0 by 王栋源

wdy

parent 21e5470e
...@@ -43,8 +43,8 @@ class NeedinfoService extends ServiceBase { ...@@ -43,8 +43,8 @@ class NeedinfoService extends ServiceBase {
channelTypeName: actionBody.channel_type_name, channelTypeName: actionBody.channel_type_name,
status: "wts" status: "wts"
} }
await this.dao.create(nobj); var r = await this.dao.create(nobj);
return system.getResultSuccess(); return system.getResultSuccess(r);
} }
async opNeedList(pobj, actionBody, req) { async opNeedList(pobj, actionBody, req) {
......
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