瀏覽代碼

优化积分订单数据

evoxwht 2 年之前
父節點
當前提交
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)
     {
-        return $this->search($where, $search)->count();
+        return $this->search($where)->count();
     }
 
     /**