feat : order list
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user