fix : site

This commit is contained in:
2025-03-31 15:20:51 +08:00
parent 003613a918
commit d84ffd4c9e
5 changed files with 81 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ class SiteCache
if ($info->status == SiteCode::SITE_DISABLE || $info->is_del == SiteCode::SITE_DEL) return;
$this->redis->hMset($siteKey, [
'id' => $info->id,
'site_id' => $info->id,
'name' => $info->name,
'kitchen_id' => $info->kitchen_id,
'city_id' => $info->city_id,