@ -103,7 +103,7 @@ public class CustomerViewService {
return customerViewVO;
}
Date s2 = new Date();
System.out.println("shopIds:" + (s2.getTime()-s1.getTime()));
System.out.println("耗时shopIds:" + (s2.getTime()-s1.getTime()));
//柱状图好友list
List<OpCustomer> customerList = opCustomerDOMapper.selectCustomerList(shopIds, null, null, startTime, endTime);
Date s3 = new Date();