配置修改

This commit is contained in:
2026-05-09 14:18:02 +08:00
parent b24dbee5b0
commit edf47a5cc3

View File

@ -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)