master
wyj2080 6 years ago
parent dc3abbbdb4
commit 4b18fc60c9

@ -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();

Loading…
Cancel
Save