From 45fc4819461cbb063a38753ab47aa3ac910cfa31 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Thu, 28 May 2026 17:44:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E6=B7=BB=E5=8A=A0=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=97=B6=E9=97=B4=E9=AA=8C=E8=AF=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/EventCalendarService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Services/EventCalendarService.php b/app/Services/EventCalendarService.php index bedde52..1bd0d8b 100644 --- a/app/Services/EventCalendarService.php +++ b/app/Services/EventCalendarService.php @@ -125,6 +125,8 @@ class EventCalendarService extends BaseService $oldValues = $model->toArray(); $end_time = get_datetime('datetime', strtotime($data['end_time'])); + $this->validateTime($data['pattern_id'], $end_time, $id); + $update = [ 'pattern_id' => $data['pattern_id'], 'end_time' => $end_time,