Commit 57795949 authored by fangxinjiang's avatar fangxinjiang

实缴查询-fxj

parent bd3223e6
...@@ -5257,7 +5257,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -5257,7 +5257,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
String keyTemp = CacheConstants.PAYMENT_SEARCH_REPEAT; String keyTemp = CacheConstants.PAYMENT_SEARCH_REPEAT;
String requestId = null; String requestId = null;
try { try {
requestId = RedisDistributedLock.getLock(keyTemp,"10"); requestId = RedisDistributedLock.getLock(keyTemp,"30");
if (Common.isNotNull(requestId)) { if (Common.isNotNull(requestId)) {
//查询数据 //查询数据
return new R<>(this.getTPaymentInfoNewPage(page, tPaymentInfo)); return new R<>(this.getTPaymentInfoNewPage(page, tPaymentInfo));
...@@ -5276,7 +5276,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -5276,7 +5276,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
String keyTemp = CacheConstants.PAYMENT_SEARCH_REPEAT; String keyTemp = CacheConstants.PAYMENT_SEARCH_REPEAT;
String requestId = null; String requestId = null;
try { try {
requestId = RedisDistributedLock.getLock(keyTemp,"10"); requestId = RedisDistributedLock.getLock(keyTemp,"30");
if (Common.isNotNull(requestId)) { if (Common.isNotNull(requestId)) {
//查询数据 //查询数据
......
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