Commit c6120d4c authored by hujun's avatar hujun

is_exclusive_type

parent 149977ed
...@@ -1013,7 +1013,7 @@ class OfficeRoomService ...@@ -1013,7 +1013,7 @@ class OfficeRoomService
//是否独家0否1是 //是否独家0否1是
if (isset($params['is_exclusive_type'])) { if (isset($params['is_exclusive_type'])) {
$where['a.is_exclusive_type'] = $params['id']; $where['a.is_exclusive_type'] = $params['is_exclusive_type'];
} }
//楼盘名称 //楼盘名称
......
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