修复了一个空格引起的SQL错误
This commit is contained in:
parent
d4d295ea38
commit
a9de3ae4a7
|
@ -1063,7 +1063,7 @@ class ServiceController extends Zend_Controller_Action
|
|||
}
|
||||
else
|
||||
{
|
||||
$sql .="limit $pageSize";
|
||||
$sql .=" limit $pageSize";
|
||||
}
|
||||
$re = $this->db->query($sql,array($uuid,$uuid));
|
||||
$rows = $re->fetchAll();
|
||||
|
|
Loading…
Reference in New Issue