Commit 599c0289 authored by 许文聪's avatar 许文聪

去掉log

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