Commit 6c260820 authored by hujun's avatar hujun

is_carefully_chosen

parent 06ed6709
...@@ -1218,7 +1218,7 @@ class OfficeRoomService ...@@ -1218,7 +1218,7 @@ class OfficeRoomService
} }
if (isset($params['is_carefully_chosen'])) { if (isset($params['is_carefully_chosen'])) {
$where['a.is_carefully_chosen'] = $params['shop_sign']; //精选商铺--0否1是 $where['a.is_carefully_chosen'] = $params['is_carefully_chosen']; //精选商铺--0否1是
$order = 'a.home_page_sort desc'; $order = 'a.home_page_sort desc';
} }
......
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