Explorar o código

优化积分订单数据

evoxwht %!s(int64=2) %!d(string=hai) anos
pai
achega
3e9fb17cdc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     {
-        return $this->search($where, $search)->count();
+        return $this->search($where)->count();
     }
 
     /**