From 055b24d97ea6e5ddd9297ce88a1fa697bbf9ac72 Mon Sep 17 00:00:00 2001 From: vguanyiwgd Date: Tue, 23 Apr 2024 11:23:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=AE=A2=E9=A4=90=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=9C=A8=E8=AE=A2=E9=A4=90=E6=97=B6=E9=97=B4=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E5=B0=B1=E4=B8=8D=E8=BE=93=E5=87=BA=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5aae573481ff1beb74dd9953ccfa14d434d67a5b --- backstage/application/api/controllers/api/User.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backstage/application/api/controllers/api/User.php b/backstage/application/api/controllers/api/User.php index 4a877e7..2ada22e 100644 --- a/backstage/application/api/controllers/api/User.php +++ b/backstage/application/api/controllers/api/User.php @@ -2266,10 +2266,10 @@ class User extends REST_Controller $current_time = date("H:i:s"); if(empty($dateInfo['automatic_dc_start_time']) || empty($dateInfo['automatic_dc_end_time'])){ - $message .= "

预定信息: ".$tomorrow_format."的{$dateInfo['dc_type_name']}不在菜谱预定时间内

"; +// $message .= "

预定信息: ".$tomorrow_format."的{$dateInfo['dc_type_name']}不在菜谱预定时间内

"; continue; }elseif($current_time < $dateInfo['automatic_dc_start_time'] || $current_time > $dateInfo['automatic_dc_end_time']){ - $message .= "

预定信息: ".$tomorrow_format."的{$dateInfo['dc_type_name']}不在菜谱预定时间内

"; +// $message .= "

预定信息: ".$tomorrow_format."的{$dateInfo['dc_type_name']}不在菜谱预定时间内

"; continue; }