Commit 77586ce0 by 王栋源

wdy

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