diff --git a/application/default/controllers/HeiheController.php b/application/default/controllers/HeiheController.php index 5fa35b1c..8d9df31e 100644 --- a/application/default/controllers/HeiheController.php +++ b/application/default/controllers/HeiheController.php @@ -830,7 +830,7 @@ class HeiheController extends DataController { $this->_helper->viewRenderer('project-index'); - $sql = "SELECT * FROM heiheproject WHERE status=4"; + $sql = "SELECT * FROM heiheproject WHERE status>0"; $sth = $this->db->query($sql); $rows = $sth->fetchAll();