|
|
@ -54,6 +54,10 @@ public class CouponServiceImpl implements CouponService { |
|
|
|
//优惠券编号 |
|
|
|
query.eq(TeambuyCouponUser::getId, teambuyCouponUser.getId()); |
|
|
|
} |
|
|
|
if(StringUtils.isNotBlank(teambuyCouponUser.getStatus())){ |
|
|
|
//优惠券编号 |
|
|
|
query.eq(TeambuyCouponUser::getStatus, teambuyCouponUser.getStatus()); |
|
|
|
} |
|
|
|
//优惠券所属 |
|
|
|
query.eq(TeambuyCouponUser::getUserId, hanHaiMember.getId()); |
|
|
|
//按照创建时间降序排列 |
|
|
|