Commit e9deded0 authored by 吴琼's avatar 吴琼

xiugai

parent b9b86568
...@@ -156,7 +156,7 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR ...@@ -156,7 +156,7 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
log.info("redis add TransactionReceiptRecordServiceImpl."+str+".userId", redisTemplate); log.info("redis add TransactionReceiptRecordServiceImpl."+str+".userId", redisTemplate);
String obj = (String) redisTemplate.opsForValue().get("TransactionReceiptRecordServiceImpl."+str+".userId"); String obj = (String) redisTemplate.opsForValue().get("TransactionReceiptRecordServiceImpl."+str+".userId");
if(StringUtils.isBlank(obj)){ if(StringUtils.isBlank(obj)){
redisTemplate.opsForValue().set("TransactionReceiptRecordServiceImpl."+str+"..userId", str); redisTemplate.opsForValue().set("TransactionReceiptRecordServiceImpl."+str+".userId", str);
return ""; return "";
} }
return obj; return obj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment