Commit dbc9c669 authored by 刘文胜's avatar 刘文胜

后台帖子加精

parent 6a9dc616
......@@ -326,8 +326,8 @@ router.post('/thread/:tid/:fid/recommend', function(req, res, next) {
var tid = req.params.tid,
fid = req.params.fid,
ent_code = req.session.user.ent_code,
thread_from_id = req.body.thread_from_id;
mid = req.body.mid;
thread_from_id = req.body.thread_from_id,
mid = req.body.mid;
if (tid && fid) {
forumThreadService.updateRecommendByThreadId(tid, function(err, thread) {
if (err) {
......
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