feat: chef
This commit is contained in:
@@ -180,7 +180,7 @@ class SpuService extends BaseService
|
||||
*/
|
||||
private function checkInfo(): void
|
||||
{
|
||||
$kitchenId = $this->request->input('kitchen_id');
|
||||
$kitchenId = (int)$this->request->input('kitchen_id');
|
||||
$kitchenInfo = $this->kitchenModel->getInfoById($kitchenId);
|
||||
$this->cityId = (int)$kitchenInfo->city_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user