From 74a24ad1d7cc9bf1df5f576f7b6fac589f3b35fb Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 27 Oct 2025 10:49:38 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Models/Orders.php b/app/Models/Orders.php index ee54745..1b9a427 100755 --- a/app/Models/Orders.php +++ b/app/Models/Orders.php @@ -31,9 +31,7 @@ class Orders extends SoftDeletesModel */ public function needAgreements() { - dd($this->paramedic_id - && $this->project->agreement == 1 - && strtotime($this->created_at) >= strtotime(Orders::AGREEMENT_START_DATE)); + // dd(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)