Authored by Lixiaodi

点击数统计 实时

@@ -764,7 +764,7 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher @@ -764,7 +764,7 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher
764 764
765 boolean changed = false; 765 boolean changed = false;
766 766
767 - while (e >= dayStart) { 767 + while (end >= dayStart && e >= dayStart) {
768 Integer c = map.get(e); 768 Integer c = map.get(e);
769 if (c == null) { 769 if (c == null) {
770 c = unionClickLogsDAO.queryCountInfo(unionType, apptype, e, e + 3600); 770 c = unionClickLogsDAO.queryCountInfo(unionType, apptype, e, e + 3600);