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