Commit 0068671f authored by fangxinjiang's avatar fangxinjiang

实缴查询-fxj

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