修改未提交计划列表的显示规则
This commit is contained in:
parent
3ca9c61863
commit
d43730cb76
|
@ -809,7 +809,7 @@ class HeiheController extends DataController
|
||||||
{
|
{
|
||||||
$this->_helper->viewRenderer('project-index');
|
$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);
|
$sth = $this->db->query($sql);
|
||||||
$rows = $sth->fetchAll();
|
$rows = $sth->fetchAll();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue