修改已提交计划的显示条件
This commit is contained in:
parent
b706082d29
commit
3ca9c61863
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue