Browse Source

优惠券总数问题修复

evoxwht 2 years ago
parent
commit
f0389d7348
1 changed files with 11 additions and 0 deletions
  1. 11 0
      crmeb/app/dao/activity/coupon/StoreCouponIssueDao.php

+ 11 - 0
crmeb/app/dao/activity/coupon/StoreCouponIssueDao.php

@@ -72,6 +72,17 @@ class StoreCouponIssueDao extends BaseDao
             ->page($page, $limit)->order('id desc')->select()->toArray();
     }
 
+    /**
+     * 优惠券数量
+     * @param $where
+     * @return int
+     * @throws \ReflectionException
+     */
+    public function couponCount($where): int
+    {
+        return $this->search($where)->count();
+    }
+
     /**
      * 获取优惠券列表
      * @param int $uid 用户ID