From 7e88aab33faff5ded12373b8134d95c4d40fdf2a Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Thu, 10 Apr 2025 17:09:44 +0800 Subject: [PATCH] feat : chef name --- app/Service/Admin/Catering/Meal/CheckService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Service/Admin/Catering/Meal/CheckService.php b/app/Service/Admin/Catering/Meal/CheckService.php index fce0cc2..0d6ce1b 100644 --- a/app/Service/Admin/Catering/Meal/CheckService.php +++ b/app/Service/Admin/Catering/Meal/CheckService.php @@ -68,6 +68,7 @@ class CheckService extends CateringBaseService if (!empty($this->logInfo)) $this->tips(); + $this->closeSku(); // $todayLog = $this->orderMealCateringLog // ->where('cycle_id',$this->cycleId) // ->where('status',CateringCode::CATERING_STATUS_UNDERWAY)