...
|
...
|
@@ -301,7 +301,7 @@ public class UnionServiceImpl implements IUnionService, IBusinessExportService, |
|
|
String okey = CL_KEY + dateStr+ "_" + request.getUdid();
|
|
|
String ovalue = redisValueCache.get(okey,String.class);
|
|
|
if (StringUtils.isNotBlank(ovalue)){
|
|
|
activeUnion.info(" activateUnion get redis with okey={}, ovalue= {}.",ovalue);
|
|
|
activeUnion.info(" activateUnion get redis with okey={}, ovalue= {}.",okey,ovalue);
|
|
|
redisTemplate.delete(okey);
|
|
|
ClickUnionRequestBO oclick = JSON.parseObject(ovalue, ClickUnionRequestBO.class);
|
|
|
String union_type = oclick.getUnion_type();
|
...
|
...
|
|