Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop
This commit is contained in:
commit
9fe633d228
@ -137,6 +137,7 @@ ignored:
|
|||||||
- /buyer/passport/connect/**
|
- /buyer/passport/connect/**
|
||||||
- /buyer/members/**
|
- /buyer/members/**
|
||||||
- /buyer/passport/member/**
|
- /buyer/passport/member/**
|
||||||
|
- /buyer/passport/member/refresh/**
|
||||||
- /buyer/promotion/pintuan/**
|
- /buyer/promotion/pintuan/**
|
||||||
- /buyer/promotion/seckill/**
|
- /buyer/promotion/seckill/**
|
||||||
- /buyer/promotion/pointsGoods/**
|
- /buyer/promotion/pointsGoods/**
|
||||||
|
@ -125,6 +125,7 @@ ignored:
|
|||||||
- /weixin/**
|
- /weixin/**
|
||||||
- /source/**
|
- /source/**
|
||||||
- /store/passport/login/**
|
- /store/passport/login/**
|
||||||
|
- /store/passport/login/refresh/**
|
||||||
- /common/common/slider/**
|
- /common/common/slider/**
|
||||||
- /common/common/sms/**
|
- /common/common/sms/**
|
||||||
- /buyer/payment/cashier/**
|
- /buyer/payment/cashier/**
|
||||||
@ -135,6 +136,7 @@ ignored:
|
|||||||
- /buyer/passport/connect/**
|
- /buyer/passport/connect/**
|
||||||
- /buyer/members/**
|
- /buyer/members/**
|
||||||
- /buyer/passport/member/**
|
- /buyer/passport/member/**
|
||||||
|
- /buyer/passport/member/refresh/**
|
||||||
- /buyer/promotion/pintuan/**
|
- /buyer/promotion/pintuan/**
|
||||||
- /buyer/promotion/seckill/**
|
- /buyer/promotion/seckill/**
|
||||||
- /buyer/promotion/pointsGoods/**
|
- /buyer/promotion/pointsGoods/**
|
||||||
|
@ -34,7 +34,7 @@ public class FullDiscountSearchParams extends BasePromotionsSearchParams impleme
|
|||||||
public <T> QueryWrapper<T> queryWrapper() {
|
public <T> QueryWrapper<T> queryWrapper() {
|
||||||
QueryWrapper<T> queryWrapper = super.queryWrapper();
|
QueryWrapper<T> queryWrapper = super.queryWrapper();
|
||||||
if (CharSequenceUtil.isNotEmpty(promotionName)) {
|
if (CharSequenceUtil.isNotEmpty(promotionName)) {
|
||||||
queryWrapper.like("title", promotionName);
|
queryWrapper.like("promotion_name", promotionName);
|
||||||
}
|
}
|
||||||
if (couponFlag != null) {
|
if (couponFlag != null) {
|
||||||
queryWrapper.eq("coupon_flag", couponFlag);
|
queryWrapper.eq("coupon_flag", couponFlag);
|
||||||
|
@ -120,6 +120,7 @@ ignored:
|
|||||||
- /weixin/**
|
- /weixin/**
|
||||||
- /source/**
|
- /source/**
|
||||||
- /store/passport/login/**
|
- /store/passport/login/**
|
||||||
|
- /store/passport/login/refresh/**
|
||||||
- /druid/**
|
- /druid/**
|
||||||
- /swagger-ui.html
|
- /swagger-ui.html
|
||||||
- /doc.html
|
- /doc.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user