Compare commits

...

5 Commits

Author SHA1 Message Date
edf47a5cc3 配置修改 2026-05-09 14:18:02 +08:00
b24dbee5b0 配置修改 2026-04-25 17:52:27 +08:00
31604027e3 提交 2026-04-25 17:50:31 +08:00
1c67b47ff6 c\\\\\\ 2026-04-25 17:39:40 +08:00
21b36969ff 本次提交 2026-04-25 17:39:00 +08:00
4 changed files with 16 additions and 15 deletions

View File

@ -0,0 +1 @@
oslWGWc_CQW7j5ihsEgwDCIM9UCRJ6F4xYpl6BoI2mU.rGo-7MeQym6vvdWtE2EmeK-QrR4vQClzR5C-LJqfurM

View File

@ -365,7 +365,7 @@ class GoodsLogic extends Logic
self::recordKeyword(trim($get['keyword']), $get['user_id']); 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']) $shop_msg = Shop::where("city_id",$get['city_id'])
->where("is_run",1) ->where("is_run",1)
->where("is_freeze",0) ->where("is_freeze",0)

0
runtime/index.html Normal file → Executable file
View File