|
|
@@ -56,7 +56,15 @@ public class CouponUseService extends BaseService<CouponUse> {
|
|
|
return super.mergeListWithCount(couponReceiveQuery, couponUseMapper.selectByCond(couponReceiveQuery),
|
|
|
couponUseMapper.countByCond(couponReceiveQuery));
|
|
|
}
|
|
|
-
|
|
|
+ /**
|
|
|
+ * @desc : 条件查询
|
|
|
+ * @date : 2024/7/26 11:07
|
|
|
+ * @author : 寇珊珊
|
|
|
+ */
|
|
|
+ @Pagination
|
|
|
+ public Long countByCond(CouponUseQuery couponReceiveQuery) {
|
|
|
+ return couponUseMapper.countByCond(couponReceiveQuery);
|
|
|
+ }
|
|
|
/**
|
|
|
* @desc : 更新
|
|
|
* @date : 2024/7/26 16:50
|