修改专家未审核列表的读取条件
This commit is contained in:
parent
ccc2de5f83
commit
06af5b2657
|
@ -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();
|
||||||
|
|
||||||
|
|
|
@ -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'];?> |
|
||||||
|
|
Loading…
Reference in New Issue