Commit 293c5794 authored by clone's avatar clone

导航

parent 7949856a
......@@ -20,6 +20,9 @@
<li role="presentation" class="active">
<a href="/admin.php/index/banner"> 首页轮播图</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"> 用户列表</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