From 332002cf5a0ba2427069ee03561fa3da32c478e6 Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Wed, 15 Jan 2025 15:25:39 +0800 Subject: [PATCH] feat: chef --- app/Constants/Common/SystemConfigCode.php | 19 +++++++++++++++++++ app/Service/Admin/Good/SpuService.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 app/Constants/Common/SystemConfigCode.php diff --git a/app/Constants/Common/SystemConfigCode.php b/app/Constants/Common/SystemConfigCode.php new file mode 100644 index 0000000..f0b9ca0 --- /dev/null +++ b/app/Constants/Common/SystemConfigCode.php @@ -0,0 +1,19 @@ +request->input('kitchen_id'); + $kitchenId = (int)$this->request->input('kitchen_id'); $kitchenInfo = $this->kitchenModel->getInfoById($kitchenId); $this->cityId = (int)$kitchenInfo->city_id;