Commit f2e50e82 authored by hujun's avatar hujun

字段

parent 790c1f02
......@@ -1142,7 +1142,7 @@ class OfficeRoomService
$order = 'b.id desc';
if (isset($params['city'])) {
$where['a.city'] = $params['city']; //市
$where['b.city'] = $params['city']; //市
}
if (isset($params['disc'])) {
......
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