配置修改
This commit is contained in:
@ -365,7 +365,7 @@ class GoodsLogic extends Logic
|
||||
self::recordKeyword(trim($get['keyword']), $get['user_id']);
|
||||
}
|
||||
}
|
||||
if(isset($get['city_id']) && !empty($get['city_id'])) {
|
||||
if(isset($get['city_id'])) {
|
||||
$shop_msg = Shop::where("city_id",$get['city_id'])
|
||||
->where("is_run",1)
|
||||
->where("is_freeze",0)
|
||||
|
||||
Reference in New Issue
Block a user