修改专家未审核列表的读取条件

This commit is contained in:
Li Jianxuan 2013-04-22 10:16:06 +00:00
parent ccc2de5f83
commit 06af5b2657
2 changed files with 2 additions and 2 deletions

View File

@ -788,7 +788,7 @@ class HeiheController extends DataController
{ {
$this->_helper->viewRenderer('project-index'); $this->_helper->viewRenderer('project-index');
$sql = "SELECT * FROM heiheproject WHERE status<4"; $sql = "SELECT * FROM heiheproject WHERE status=1";
$sth = $this->db->query($sql); $sth = $this->db->query($sql);
$rows = $sth->fetchAll(); $rows = $sth->fetchAll();

View File

@ -49,7 +49,7 @@ $this->headLink()->appendStylesheet('/css/colorbox.css');
$autoindex++; $autoindex++;
?> ?>
<li> <li>
<p><span class="title"><?php echo $item['title'];?></span></p> <h2 style="font-weight:bold;line-height:32px;"><?= $item['id'];?>. <?php echo $item['title'];?></h2>
<p> <p>
编号:<label><?= $item['code'];?></label> | 编号:<label><?= $item['code'];?></label> |
负责人:<?= $item['name'];?> | 负责人:<?= $item['name'];?> |