Commit a669482a authored by hongguangwu's avatar hongguangwu

MVP1.7.2 工行5次提交_定时任务

parent 3be9b635
...@@ -412,7 +412,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -412,7 +412,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
} else if (Common.isNotNull(main.getFdDownloadNum()) && Common.isNotNull(main.getFdFailNum()) } else if (Common.isNotNull(main.getFdDownloadNum()) && Common.isNotNull(main.getFdFailNum())
&& (CommonConstants.ZERO_INT == main.getFdDownloadNum() || main.getFdDownloadNum().equals(main.getFdFailNum()))) { && (CommonConstants.ZERO_INT == main.getFdDownloadNum() || main.getFdDownloadNum().equals(main.getFdFailNum()))) {
if (Common.isNotNull(redisUtil.get(redisKey))) { if (Common.isNotNull(redisUtil.get(redisKey))) {
return R.failed("数据下载中,请耐心等待!"); return R.failed("数据锁定中,请耐心等待!!");
} else { } else {
redisUtil.set(redisKey, 600L); redisUtil.set(redisKey, 600L);
} }
...@@ -676,7 +676,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -676,7 +676,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
if (Common.isNotNull(fdId) && Common.isNotNull(type)) { if (Common.isNotNull(fdId) && Common.isNotNull(type)) {
String redisKey = "SUBMIT_BANK_"+fdId; String redisKey = "SUBMIT_BANK_"+fdId;
if (Common.isNotNull(redisUtil.get(redisKey))) { if (Common.isNotNull(redisUtil.get(redisKey))) {
return R.failed("数据下载中,请耐心等待!"); return R.failed("数据锁定中,请耐心等待!");
} else { } else {
redisUtil.set(redisKey, 600L); redisUtil.set(redisKey, 600L);
} }
......
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