...
|
...
|
@@ -111,6 +111,8 @@ public class UnionServiceImpl implements IUnionService { |
|
|
key = UNION_KEY + "_" + request.getClientIp();
|
|
|
if (StringUtils.isNotEmpty(request.getTd())) {
|
|
|
key += "_" + request.getTd() + "_" + request.getAppkey();
|
|
|
} else {
|
|
|
key += "_" + request.getAppkey();
|
|
|
}
|
|
|
}
|
|
|
// String value = yhValueOperations.get(key);
|
...
|
...
|
|