From 530546651e271a4a2b8214c2fff1c52c1ad88b92 Mon Sep 17 00:00:00 2001 From: wlx Date: Wed, 23 Dec 2009 08:18:50 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A6=BB=E7=BA=BF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=B1=95=E7=A4=BA=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/default/controllers/DataController.php b/application/default/controllers/DataController.php index 2cb4d367..4347dbf3 100755 --- a/application/default/controllers/DataController.php +++ b/application/default/controllers/DataController.php @@ -117,7 +117,7 @@ class DataController extends Zend_Controller_Action //展示最近20条离线神情记录情况 function offlineappAction() { - $sql="select * from offlineapp where ts_approved is not null order by ts_created desc limit 20"; + $sql="select * from offlineapp where ts_approved is not null and pdflinke<>'' order by ts_created desc limit 20"; $this->view->rows=$this->db->fetchAll($sql); } function requestAction()