Commit 595ec023 authored by clone's avatar clone

1

parent e22cd853
......@@ -52,8 +52,8 @@ class OfficeRoomApiService
$where['b.address'] = ['LIKE', '%' . $params['address'] . '%']; //楼盘地址
}
if (isset($params['business_district_id'])) {
$where['b.business_district_id'] = $params['business_district_id']; //商圈id
if (isset($params['business_id'])) {
$where['b.business_district_id'] = $params['business_id']; //商圈id
}
if (isset($params['area_start'])) {
......
......@@ -1252,8 +1252,8 @@ class OfficeRoomService
$where['b.address'] = ['LIKE', '%' . $params['address'] . '%']; //楼盘地址
}
if (isset($params['business_district_id'])) {
$where['b.business_district_id'] = $params['business_district_id']; //商圈id
if (isset($params['business_id'])) {
$where['b.business_district_id'] = $params['business_id']; //商圈id
}
if (isset($params['area_start'])) {
......
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