|
|
@@ -1,5 +1,6 @@
|
|
|
package com.dk.oauth.mapper.integral;
|
|
|
|
|
|
+import com.dk.oauth.model.VO.integral.CouponReceiveVO;
|
|
|
import com.dk.oauth.model.pojo.integral.CouponReceive;
|
|
|
import com.dk.common.mapper.BaseMapper;
|
|
|
import com.dk.oauth.model.query.integral.CouponReceiveQuery;
|
|
|
@@ -43,5 +44,11 @@ public interface CouponReceiveMapper extends BaseMapper<CouponReceive>{
|
|
|
*/
|
|
|
Long countByCondNoExistCpId(CouponReceiveQuery couponReceiveQuery);
|
|
|
|
|
|
+ /**
|
|
|
+ * @desc : 获取链接助力人数
|
|
|
+ * @date : 2024/8/8 13:18
|
|
|
+ * @author : 刘尧
|
|
|
+ */
|
|
|
+ Long selectReceiveNumber(CouponReceiveVO couponReceiveVO);
|
|
|
}
|
|
|
|