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