root 4 жил өмнө
parent
commit
8b4b275abe
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      app/Models/Pro.php

+ 1 - 1
app/Models/Pro.php

@@ -334,7 +334,7 @@ class Pro extends Model
             $measurementsQuery
                 ->whereNotNull('client_bdt_measurement_id')
                 ->whereNotNull('ts')
-                ->where('is_cellular_zero', '!=', true)
+                ->where('is_cellular_zero', false)
                 ->where(function ($q) {
                     $q->whereNull('status')
                         ->orWhere(function ($q2) {