liugc 1 éve
szülő
commit
df1f4a1733
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/adminapi/lists/works/ServiceWorkLists.php

+ 1 - 1
app/adminapi/lists/works/ServiceWorkLists.php

@@ -193,7 +193,7 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
      */
      */
     public function count(): int
     public function count(): int
     {
     {
-        return ServiceWork::where($this->searchWhere)->where($this->queryWhere())->where($this->queryDataWhere())->count();
+        return ServiceWork::count();
     }
     }
 
 
 }
 }