|
|
@ -231,6 +231,7 @@ public class AsCustomerVehicleService extends MybatisBaseService<AsCustomerVehic |
|
|
|
if (StringUtils.isNotBlank(query.getVinNo())) { |
|
|
|
qw.like("v.vinNo", query.getVinNo()); |
|
|
|
} |
|
|
|
qw.orderByDesc("v.id"); |
|
|
|
IPage<AsCustomerVehicle> page = PagerUtil.queryToPage(pq); |
|
|
|
IPage<AsCustomerCrmVehVo> pagging = baseMapper.customerList(page, qw); |
|
|
|
PagerVo<AsCustomerCrmVehVo> p = PagerUtil.pageToVo(pagging, null); |
|
|
|