mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
H&R inspect time unreach do not update
This commit is contained in:
@@ -106,9 +106,11 @@ class HitAndRunRepository extends BaseRepository
|
|||||||
}
|
}
|
||||||
|
|
||||||
//unreached
|
//unreached
|
||||||
$result = $this->unreached($row);
|
if ($row->added->addHours($setting['inspect_time'])->lte(Carbon::now())) {
|
||||||
if ($result) {
|
$result = $this->unreached($row);
|
||||||
$successCounts++;
|
if ($result) {
|
||||||
|
$successCounts++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$page++;
|
$page++;
|
||||||
|
|||||||
Reference in New Issue
Block a user