mirror of
https://github.com/v2board/v2board.git
synced 2025-01-11 00:29:09 +08:00
Merge branch 'dev' of https://github.com/v2board/v2board into dev
This commit is contained in:
commit
b0687b9dfd
@ -50,7 +50,7 @@ class StatServerJob implements ShouldQueue
|
|||||||
|
|
||||||
$data = StatServer::lockForUpdate()
|
$data = StatServer::lockForUpdate()
|
||||||
->where('record_at', $recordAt)
|
->where('record_at', $recordAt)
|
||||||
->where('server_id', $this->server->id)
|
->where('server_id', $this->server['id'])
|
||||||
->where('server_type', $this->protocol)
|
->where('server_type', $this->protocol)
|
||||||
->first();
|
->first();
|
||||||
if ($data) {
|
if ($data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user