Commit 11b32e95 authored by 陈家荣's avatar 陈家荣

update

parent 49cd95be
......@@ -115,7 +115,8 @@ router.post('/thread/create', function(req, res, next) {
} else {
forumAboutMEService.saveThread(entity);
rs.data = {
'id': entity._id
'id': entity._id,
'ent_code' : ent_code
};
res.json(_.assign(rs, returnCode.SUCCESS));
}
......
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