|
|
@ -118,6 +118,7 @@ public class LpkCustomerService extends MybatisBaseService<LpkCustomerMapper, Lp |
|
|
|
if (StringUtils.isNotBlank(query.getRealName())) { |
|
|
|
qw.like("realName", query.getRealName()); |
|
|
|
} |
|
|
|
qw.orderByDesc("createTime"); |
|
|
|
IPage<LpkCustomer> page = PagerUtil.queryToPage(pq); |
|
|
|
IPage<LpkCustomerVo> pagging = baseMapper.customerListPage(page, qw); |
|
|
|
PagerVo<LpkCustomerVo> p = PagerUtil.pageToVo(pagging, null); |
|
|
|