|
|
|
@ -96,7 +96,7 @@ public class CustomerViewService {
|
|
|
|
|
//会员总数
|
|
|
|
|
Long vipCount = opVipDOMapper.selectVipCount(shopIds, null, null);
|
|
|
|
|
|
|
|
|
|
//柱状图list
|
|
|
|
|
//设置柱状图list
|
|
|
|
|
List<OpCustomer> validCustomerList = customerList.stream().filter(customerDO -> VALID.equals(customerDO.getValidType())).collect(Collectors.toList());
|
|
|
|
|
customerViewVO.setCustomerList(customerList);
|
|
|
|
|
customerViewVO.setValidCustomerList(validCustomerList);
|
|
|
|
|