Commit ae27ad34 authored by hujun's avatar hujun

test

parent eff0ee8e
...@@ -1115,7 +1115,7 @@ class OfficeRoomService ...@@ -1115,7 +1115,7 @@ class OfficeRoomService
//楼盘名称 //楼盘名称
if (isset($params['title'])) { if (isset($params['title'])) {
$where['b.title'] = $params['title']; $where['b.title'] = ['like', '%' . $params['title'] . '%'];
} }
/*创建时间*/ /*创建时间*/
......
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