From f2a77bb6c647b18b9640a5a9805408c05e2c8f6c Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Wed, 27 Nov 2024 20:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E4=BD=93=E6=A3=80?= =?UTF-8?q?=E5=BC=95=E5=AF=BC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laravel/app/Http/Controllers/API/H5/FenzhenController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laravel/app/Http/Controllers/API/H5/FenzhenController.php b/Laravel/app/Http/Controllers/API/H5/FenzhenController.php index a906143..de28b95 100644 --- a/Laravel/app/Http/Controllers/API/H5/FenzhenController.php +++ b/Laravel/app/Http/Controllers/API/H5/FenzhenController.php @@ -256,7 +256,7 @@ class FenzhenController extends Controller $res['data']['end_time'] = date('H:i', $last_time); $check_tip = false; if ($error_day == -1) { - if ($tip_check_show) { + if (!!$tip_check_show) { $et = $info->appointment_date . ' ' . $res['data']['end_time'] . ':00'; // $et = '2024-10-10 00:00:00'; $check_tip = (time() - strtotime($et)) > (60 * 20);