12/26
This commit is contained in:
@@ -432,6 +432,7 @@ public class LpkGiftCardService extends MybatisBaseService<LpkGiftCardMapper, Lp
|
||||
qw.in("card.serialNumber", serialNumbers);
|
||||
}
|
||||
}
|
||||
qw.eq("card.isEnable","1");
|
||||
IPage<LpkGiftCard> page = PagerUtil.queryToPage(pq);
|
||||
IPage<LpkGiftCardWordVo> pagging = baseMapper.selGiftCard(page, qw);
|
||||
pagging.getRecords().forEach(s -> {
|
||||
|
||||
Reference in New Issue
Block a user