From 7037ea42fd456bf67ba0828e5e1285876ab8f33d Mon Sep 17 00:00:00 2001 From: sumory wu Date: Sat, 31 Mar 2012 14:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=A4=E6=96=ADuser?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=AD=98=E5=9C=A8=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/archive.js | 6 ------ 1 file changed, 6 deletions(-) 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