From 34f48aa8ffbaeff54352c5dba9ac9509134bc5ce Mon Sep 17 00:00:00 2001 From: fengjh5 Date: Mon, 20 May 2024 08:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E9=97=B4=E9=A4=90=E8=84=9A=E6=9C=ACbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- show/time_task.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/show/time_task.php b/show/time_task.php index 14efd9b..129c31b 100644 --- a/show/time_task.php +++ b/show/time_task.php @@ -2490,7 +2490,8 @@ if($act == 'baojian'){ $dining_hall_id = "305"; // 获取今天围餐的所有订单 - $today = date('Y-m-d'); +// $today = date('Y-m-d'); + $today = date('Y-m-d', strtotime(date('Y-m-d'). ' +1 day')); $dateInfo = $db->get_all("select a.*, b.name as meal_type_name from tb_date a,tb_meal_type b where a.dc_type=b.id and a.dc_date='{$today}' and a.dining_hall_id='{$dining_hall_id}' and b.mealtype=6 and b.status=1 order by b.idx desc"); if(empty($dateInfo)){