liugc 1 سال پیش
والد
کامیت
df1f4a1733
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();
     }
 
 }