From 6918a211c61a2cdad37f42b51ae093bc3b7963a1 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Mon, 27 Oct 2025 10:47:59 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Orders.php b/app/Models/Orders.php index 8be238c..eec5846 100755 --- a/app/Models/Orders.php +++ b/app/Models/Orders.php @@ -31,7 +31,6 @@ class Orders extends SoftDeletesModel */ public function needAgreements() { - 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)