|
@@ -353,6 +353,7 @@ class AppointmentService
|
|
if ($goods->is_support_appointment == 'Y' && !empty($goods->goods_attribute_json)) {
|
|
if ($goods->is_support_appointment == 'Y' && !empty($goods->goods_attribute_json)) {
|
|
$extendJson = json_decode($goods->goods_attribute_json, true);
|
|
$extendJson = json_decode($goods->goods_attribute_json, true);
|
|
foreach ($extendJson['times'] as $key => $time) {
|
|
foreach ($extendJson['times'] as $key => $time) {
|
|
|
|
+ dump($time,$params['appointment_times']);
|
|
if ($time['duration'] == $params['appointment_times']) {
|
|
if ($time['duration'] == $params['appointment_times']) {
|
|
if (!empty($appointments)){
|
|
if (!empty($appointments)){
|
|
foreach ($appointments as $appointment) {
|
|
foreach ($appointments as $appointment) {
|