tongshanglei %!s(int64=2) %!d(string=hai) anos
pai
achega
1968b6bcb8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      catch/device/model/Station.php

+ 1 - 1
catch/device/model/Station.php

@@ -131,7 +131,7 @@ class Station extends Model
     {
         $time=date('Y-m-d H:i:s',time()-300);
         if($value=='1'){
-            return $query->where('online_time', '>=', $time);
+            return $query->where('online_time', '>=', $time)->whereOr('online_state','=', 1);
         }elseif($value=='2'){
             return $query->where(function ($query) use( $time) {
                 $query->whereOr('online_time','<', $time)->whereOr('online_time','=', null);