liugc hace 1 año
padre
commit
df1f4a1733
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     {
-        return ServiceWork::where($this->searchWhere)->where($this->queryWhere())->where($this->queryDataWhere())->count();
+        return ServiceWork::count();
     }
 
 }