@ -40,6 +40,7 @@ class AppointmentTimeService implements AppointmentTimeServiceInterface
$time3Arr = [];
$time4Arr = [];
$nowTime = time();
//取得所有店铺营业时间交集
foreach($stores as $store){
//店铺手动 点击歇业
if($store['is_rest'] == 1){