Commit 54f082ed by linboxuan

submitNeed update

parent c0089d77
......@@ -95,8 +95,8 @@ class NeedinfoService extends ServiceBase {
nobj.province = nobj.city,
nobj.city = "";
}
await this.dao.create(nobj);
return system.getResultSuccess();
var needInfo = await this.dao.create(nobj);
return system.getResultSuccess(needInfo);
}
/**
......
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