evoxwht 2 лет назад
Родитель
Сommit
3e9fb17cdc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/dao/activity/integral/StoreIntegralOrderDao.php

+ 1 - 1
crmeb/app/dao/activity/integral/StoreIntegralOrderDao.php

@@ -95,7 +95,7 @@ class StoreIntegralOrderDao extends BaseDao
      */
      */
     public function count(array $where = [], bool $search = true)
     public function count(array $where = [], bool $search = true)
     {
     {
-        return $this->search($where, $search)->count();
+        return $this->search($where)->count();
     }
     }
 
 
     /**
     /**