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