用户优惠券问题
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user