Commit a4ad6705 authored by strong's avatar strong

Merge branch 'Notice' into SANDBOX

parents f8c6e1c6 599c0289
......@@ -113,7 +113,6 @@ router.post('/notice/search', function(req, res, next) {
if(!sort)
{
_sort = {top:-1,createtime:-1};
console.log(12312);
}
if(sort){
_sort[sort] = -1;//降序
......
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