|
|
|
@ -221,7 +221,7 @@ public class CustomerViewService {
|
|
|
|
|
//新增好友
|
|
|
|
|
// Long newCustomerCount = customerList.stream().filter(customerDO -> filterCustomerByRegisterTime(customerDO, selectStartTime, selectEndTime)).count();
|
|
|
|
|
|
|
|
|
|
Integer newCustomerCount = opCustomerDOMapper.countCustomerByDate(selectStartTime, selectEndTime);
|
|
|
|
|
Integer newCustomerCount = opCustomerDOMapper.countCustomerByDate(shopIdList,selectStartTime, selectEndTime);
|
|
|
|
|
customerViewVO.setNewCustomer(new Long(newCustomerCount));
|
|
|
|
|
//新增好友(去重)
|
|
|
|
|
Long newValidCustomerCount = validCustomerList.stream().filter(customerDO -> filterCustomerByRegisterTime(customerDO, selectStartTime, selectEndTime)).count();
|
|
|
|
|