From 4ea1b5d41a627b25abd3028a2ff9fb9322710c8f Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 15 Apr 2024 16:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E6=8E=A5=E8=AF=8A=EF=BC=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserDoctorService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index a981e4f..cf4fa19 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -1888,7 +1888,7 @@ class UserDoctorService extends BaseService $start_time = date('Y-m-d H:i:s',time()); // 结束服务时间 - $finish_time = date('Y-m-d H:i:s', strtotime('+90 days', $start_time)); + $finish_time = date('Y-m-d H:i:s', strtotime('+90 days', strtotime($start_time))); // 修改服务包 $data = array();