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