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; }