通知
This commit is contained in:
parent
617a5aa6a4
commit
10412e6596
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user