evoxwht 2 лет назад
Родитель
Сommit
f0389d7348
1 измененных файлов с 11 добавлено и 0 удалено
  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