diff --git a/controller/archive.js b/controller/archive.js index 8eb6b43..ab94c15 100644 --- a/controller/archive.js +++ b/controller/archive.js @@ -386,12 +386,6 @@ exports.view_archives = function(req, res, next) { }); return; } - if(!(result.user)){//查不到user - res.render('notify/notify', { - error : '查找用户信息出错' - }); - return; - } res.render('archive/archives', { result : result, archives : archives