Commit 79db3dc7 authored by 陈家荣's avatar 陈家荣

update

parent 1301e611
...@@ -1247,6 +1247,8 @@ router.post('/thread/:tid/comment/:cid/slash', function(req, res, next) { ...@@ -1247,6 +1247,8 @@ router.post('/thread/:tid/comment/:cid/slash', function(req, res, next) {
q1.status=1; q1.status=1;
q1.$or=[{ q1.$or=[{
recommend: 0 recommend: 0
},{
recommend: 1
}, { }, {
recommend: null recommend: null
}]; }];
......
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