evoxwht 2 лет назад
Родитель
Сommit
ee452721af
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/dao/service/StoreServiceDao.php

+ 1 - 1
crmeb/app/dao/service/StoreServiceDao.php

@@ -96,7 +96,7 @@ class StoreServiceDao extends BaseDao
      * @email 442384644@qq.com
      * @date 2023/05/10
      */
-    public function count($where = [], $search = true)
+    public function count(array $where = [], $search = true)
     {
         return $this->search($where, false)->when(isset($where['noId']), function ($query) use ($where) {
             $query->whereNotIn('uid', $where['noId']);