feat : order list

This commit is contained in:
2025-04-07 16:00:21 +08:00
parent 5b8547b6f4
commit 624e46e152

View File

@@ -221,6 +221,7 @@ class SiteService extends BaseService
$name = $this->request->input('name'); $name = $this->request->input('name');
$status = (int)$this->request->input('status'); $status = (int)$this->request->input('status');
$this->cityId = (int)$this->request->input('city_id'); $this->cityId = (int)$this->request->input('city_id');
$this->imageId = (int)$this->request->input('image_id');
$info = $this->siteModel->getInfoById($id); $info = $this->siteModel->getInfoById($id);
$nameInfo = $this->siteModel->getInfoByName($name); $nameInfo = $this->siteModel->getInfoByName($name);