Commit 8d3987c2 authored by hujun's avatar hujun

title

parent cb801214
...@@ -1016,7 +1016,7 @@ class OfficeRoomService ...@@ -1016,7 +1016,7 @@ class OfficeRoomService
//楼盘名称 //楼盘名称
if (isset($params['title'])) { if (isset($params['title'])) {
$where['c.title'] = $params['title']; $where['b.title'] = $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