diff --git a/app/Service/v3/Implementations/AppointmentTimeService.php b/app/Service/v3/Implementations/AppointmentTimeService.php index 89c35cf..a5b2e6c 100644 --- a/app/Service/v3/Implementations/AppointmentTimeService.php +++ b/app/Service/v3/Implementations/AppointmentTimeService.php @@ -40,6 +40,7 @@ class AppointmentTimeService implements AppointmentTimeServiceInterface $time3Arr = []; $time4Arr = []; $nowTime = time(); + //取得所有店铺营业时间交集 foreach($stores as $store){ //店铺手动 点击歇业 if($store['is_rest'] == 1){