From 10412e6596a968dc086d0c47a84622e37678570d Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Wed, 4 Jun 2025 11:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/orders/Dispatch2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/orders/Dispatch2.php b/application/admin/controller/orders/Dispatch2.php index 938f372..3fc0022 100644 --- a/application/admin/controller/orders/Dispatch2.php +++ b/application/admin/controller/orders/Dispatch2.php @@ -103,7 +103,7 @@ class Dispatch2 extends Backend } }else{ //已上门 完成时间超了 - if($row->estimated_finish_time > $now) + if($row->estimated_finish_time < $now) { //预估完成时间过了 $row->btn_record = true; }