| #474 | |
| #475 | if(!empty($cate_arr['son_cids']) && is_array($cate_arr['son_cids'])) { |
| #476 | $where = array('cid' => array("IN" => $cate_arr['son_cids'])); // 影响数据库性能 |
| #477 | }else{ |
| #478 | $where = array('cid' => $cid); |
| #479 | } |
| #480 | } |
| #481 | } |
| #482 | //过滤单页模型 |
| #483 | if($table == 'page'){ |