From 695136e14f89a467f6b417efea3fb04f220c8c9d Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 27 Oct 2025 10:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Orders.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Orders.php b/app/Models/Orders.php index 0d3a631..c66c87c 100755 --- a/app/Models/Orders.php +++ b/app/Models/Orders.php @@ -33,7 +33,7 @@ class Orders extends SoftDeletesModel { dd($this->paramedic_id && $this->project->agreement == 1 - && strtotime($this->created_at) >= strtotime(Orders::AGREEMENT_START_DATE)); + ); if ($this->paramedic_id && $this->project->agreement == 1 && strtotime($this->created_at) >= strtotime(Orders::AGREEMENT_START_DATE)