diff --git a/src/main/java/com/kiisoo/ic/customer/service/CustomerViewService.java b/src/main/java/com/kiisoo/ic/customer/service/CustomerViewService.java index b85baf5..0348dfe 100644 --- a/src/main/java/com/kiisoo/ic/customer/service/CustomerViewService.java +++ b/src/main/java/com/kiisoo/ic/customer/service/CustomerViewService.java @@ -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 customerList = opCustomerDOMapper.selectCustomerList(shopIds, null, null, startTime, endTime); Date s3 = new Date();