用户优惠券问题

This commit is contained in:
2025-12-05 18:14:10 +08:00
parent 4697510b66
commit 5434f63ee4
5 changed files with 10 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ public interface MkShopCouponRecordService extends IService<MkShopCouponRecord>
List<CouponReceiveVo> queryReceive(QueryReceiveDto param);
List<UserCouponVO> findByUser(String name, List<Long> shopUserIds, Integer status);
List<UserCouponVO> findByUser(String name, List<Long> shopUserIds, Integer status,Long shopId);
List<UserCouponVo> queryByVipIdAndShopId(Long shopId, Long shopUserId, Integer type, Integer isFood);