From 76f2d073176f0c4c422187d2d5be751b008a0a3f Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Mon, 14 Sep 2020 17:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E4=B8=9A=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/v3/Implementations/AppointmentTimeService.php | 1 + 1 file changed, 1 insertion(+) 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){