fix word error.
This commit is contained in:
parent
530546651e
commit
36044538ab
|
@ -117,7 +117,7 @@ class DataController extends Zend_Controller_Action
|
||||||
//展示最近20条离线神情记录情况
|
//展示最近20条离线神情记录情况
|
||||||
function offlineappAction()
|
function offlineappAction()
|
||||||
{
|
{
|
||||||
$sql="select * from offlineapp where ts_approved is not null and pdflinke<>'' order by ts_created desc limit 20";
|
$sql="select * from offlineapp where ts_approved is not null and pdflink<>'' order by ts_created desc limit 20";
|
||||||
$this->view->rows=$this->db->fetchAll($sql);
|
$this->view->rows=$this->db->fetchAll($sql);
|
||||||
}
|
}
|
||||||
function requestAction()
|
function requestAction()
|
||||||
|
|
Loading…
Reference in New Issue