From 9be3b31eb2b6ba0afd2bb8475fe3c0ca16d9b3dc Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Mon, 26 Jun 2023 12:54:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=AD=E4=BD=8F=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Admin/LiveContinueService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Services/Admin/LiveContinueService.php b/app/Services/Admin/LiveContinueService.php index 940326a..e56c97c 100644 --- a/app/Services/Admin/LiveContinueService.php +++ b/app/Services/Admin/LiveContinueService.php @@ -44,6 +44,8 @@ class LiveContinueService extends OldmenService if(Carbon::parse($oldMan->avliable_at)->diffInSeconds($startAt) != 1){ return $this->setError('续住开始时间异常,请刷新重试!'); } + //调整结束时间 + $endAt .= ' 23:59:59'; $flow = new ConstFlow(); $flow->oldman_id = $oldMan->id;