|
@ -96,7 +96,7 @@ public class LpkGiftCardService extends MybatisBaseService<LpkGiftCardMapper, Lp |
|
|
QueryWrapper<LpkGiftCard> qw = new QueryWrapper<>(); |
|
|
QueryWrapper<LpkGiftCard> qw = new QueryWrapper<>(); |
|
|
updateIsItInvalid(); |
|
|
updateIsItInvalid(); |
|
|
if (StringUtils.isNotBlank(query.getCustomerSid())) { |
|
|
if (StringUtils.isNotBlank(query.getCustomerSid())) { |
|
|
qw.like("customerSid", query.getCustomerSid()); |
|
|
qw.eq("customerSid", query.getCustomerSid()); |
|
|
} |
|
|
} |
|
|
IPage<LpkGiftCard> page = PagerUtil.queryToPage(pq); |
|
|
IPage<LpkGiftCard> page = PagerUtil.queryToPage(pq); |
|
|
IPage<AppletVo> list = baseMapper.getGifCardByCustomerSid(page, qw); |
|
|
IPage<AppletVo> list = baseMapper.getGifCardByCustomerSid(page, qw); |
|
|