Commit 4d202437 authored by clone's avatar clone Committed by hujun

导航

parent c39b645b
......@@ -21,6 +21,9 @@
<li role="presentation" class="active">
<a href="/admin.php/index/banner.html"> 首页轮播图</a>
</li>
<li role="presentation" class="active">
<a href="/admin.php/index/advertising"> 首页弹框广告</a>
</li>
<li role="presentation">
<a href="/admin.php/index/users_list.html"> 用户列表</a>
</li>
......
......@@ -29,6 +29,7 @@ class HouseInfos extends Model
{
return $this->dbHouseInfo
->field($field)
->where($params)
->where(function ($query) use ($spTagsArr) {
$query->whereOr($spTagsArr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment