...
|
...
|
@@ -754,7 +754,7 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher |
|
|
log.info("queryActivateCount dayStart is {}, now is {}, lastH is {}", format.format(new Date(dayStart * 1000L)),
|
|
|
format.format(new Date(now * 1000L)), format.format(new Date(e * 1000L)));
|
|
|
|
|
|
String key = "yh:union:clickdata:" + unionType + ":" + formatDay.format(new Date(now * 1000L));
|
|
|
String key = "yh:union:clickdata:" + unionType + ":" + formatDay.format(new Date(now * 1000L)) + ":" + apptype;
|
|
|
Map<Integer, Integer> map = redisValueCache.get(key, Map.class);
|
|
|
|
|
|
log.info("queryActivateCount key is {}, getValue is {}", key, map);
|
...
|
...
|
|