Showing
1 changed file
with
2 additions
and
0 deletions
@@ -111,6 +111,8 @@ public class UnionServiceImpl implements IUnionService { | @@ -111,6 +111,8 @@ public class UnionServiceImpl implements IUnionService { | ||
111 | key = UNION_KEY + "_" + request.getClientIp(); | 111 | key = UNION_KEY + "_" + request.getClientIp(); |
112 | if (StringUtils.isNotEmpty(request.getTd())) { | 112 | if (StringUtils.isNotEmpty(request.getTd())) { |
113 | key += "_" + request.getTd() + "_" + request.getAppkey(); | 113 | key += "_" + request.getTd() + "_" + request.getAppkey(); |
114 | + } else { | ||
115 | + key += "_" + request.getAppkey(); | ||
114 | } | 116 | } |
115 | } | 117 | } |
116 | // String value = yhValueOperations.get(key); | 118 | // String value = yhValueOperations.get(key); |
-
Please register or login to post a comment