修改未提交计划列表的显示规则

This commit is contained in:
Li Jianxuan 2013-04-19 02:55:38 +00:00
parent 3ca9c61863
commit d43730cb76
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ class HeiheController extends DataController
{
$this->_helper->viewRenderer('project-index');
$sql = "SELECT * FROM heiheproject WHERE attachid IS NULL OR attachid=0";
$sql = "SELECT * FROM heiheproject WHERE status=0";
$sth = $this->db->query($sql);
$rows = $sth->fetchAll();