修复了一个空格引起的SQL错误

This commit is contained in:
wlx 2012-04-11 02:50:27 +00:00
parent d4d295ea38
commit a9de3ae4a7
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ class ServiceController extends Zend_Controller_Action
} }
else else
{ {
$sql .="limit $pageSize"; $sql .=" limit $pageSize";
} }
$re = $this->db->query($sql,array($uuid,$uuid)); $re = $this->db->query($sql,array($uuid,$uuid));
$rows = $re->fetchAll(); $rows = $re->fetchAll();