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; }