|
@@ -90,7 +90,8 @@ public class CouponConfigServiceImpl extends ServiceImpl<CouponConfigMapper, Cou
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public List<CouponConfig> getList(CouponConfigPageParam couponConfigPageParam) {
|
|
public List<CouponConfig> getList(CouponConfigPageParam couponConfigPageParam) {
|
|
- List<CouponConfig> couponConfigList = this.list();
|
|
|
|
|
|
+ List<CouponConfig> couponConfigList = this.list(new QueryWrapper<CouponConfig>().lambda().
|
|
|
|
+ eq(CouponConfig::getRechargePlanId,couponConfigPageParam.getRechargePlanId()));
|
|
return couponConfigList;
|
|
return couponConfigList;
|
|
}
|
|
}
|
|
}
|
|
}
|