Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment