mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
H&R update status added->updated_at
This commit is contained in:
@@ -106,7 +106,7 @@ class HitAndRunRepository extends BaseRepository
|
||||
}
|
||||
|
||||
//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);
|
||||
if ($result) {
|
||||
$successCounts++;
|
||||
|
||||
Reference in New Issue
Block a user