feat : order list

This commit is contained in:
2025-04-07 15:56:02 +08:00
parent 00b4193225
commit aee6dbbd89

View File

@@ -228,7 +228,7 @@ class SiteService extends BaseService
if (empty($info)) throw new ErrException('数据不存在');
if ($info->id != $nameInfo->id) throw new ErrException('数据已存在');
if ($this->cityId != $info->city_id) throw new ErrException('城市不可更改');
$this->cityInfo = $this->systemCityModel->getInfoByCityId($info->cityId);
$this->cityInfo = $this->systemCityModel->getInfoByCityId($info->city_id);
if ($status != SiteCode::SITE_DISABLE) {
$this->checkDriver();