Commit cbba1498 authored by cuiweifeng's avatar cuiweifeng

update : fix bug getPindanTakePlaceList

parent 5fad960a
...@@ -124,7 +124,7 @@ class TakePlaceService ...@@ -124,7 +124,7 @@ class TakePlaceService
// 'take_place_name[~]' => $keywords, // 'take_place_name[~]' => $keywords,
// 'address[~]' => $keywords, // 'address[~]' => $keywords,
// ]; // ];
$where = [ $where += [
'take_place_name[~]' => $keywords, 'take_place_name[~]' => $keywords,
]; ];
} }
......
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