From 56d6a9c224f1923bec907f79f6768dedf220aa38 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Thu, 21 Nov 2024 14:41:50 +0800 Subject: [PATCH] feat : site --- app/Service/Admin/System/SiteService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/Admin/System/SiteService.php b/app/Service/Admin/System/SiteService.php index 4964bde..508fb5f 100644 --- a/app/Service/Admin/System/SiteService.php +++ b/app/Service/Admin/System/SiteService.php @@ -187,7 +187,7 @@ class SiteService extends BaseService $this->driverId = (int)$this->request->input('driver_id'); $this->kitchenId = (int)$this->request->input('kitchen_id'); - $this->cityInfo = $this->systemCityModel->getInfoByCityId($this->cityId); + $this->cityInfo = $this->systemCityModel->getInfoById($this->cityId); if ( empty($this->cityInfo) || $this->cityInfo->status == CityCode::STATUS_DISABLE