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