修改已提交计划的显示条件

This commit is contained in:
Li Jianxuan 2013-04-18 07:25:41 +00:00
parent b706082d29
commit 3ca9c61863
1 changed files with 1 additions and 1 deletions

View File

@ -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();