Forráskód Böngészése

update: fix stat server

tokumeikoi 2 éve
szülő
commit
3fb600a3b0
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/Jobs/StatServerJob.php

+ 1 - 0
app/Jobs/StatServerJob.php

@@ -50,6 +50,7 @@ class StatServerJob implements ShouldQueue
 
 
         $data = StatServer::where('record_at', $recordAt)
         $data = StatServer::where('record_at', $recordAt)
             ->where('server_id', $this->server->id)
             ->where('server_id', $this->server->id)
+            ->where('server_type', $this->protocol)
             ->lockForUpdate()
             ->lockForUpdate()
             ->first();
             ->first();
         if ($data) {
         if ($data) {