Commit 49839ac8 authored by hongguangwu's avatar hongguangwu

1.7.21

parent c5d3b0b6
...@@ -293,7 +293,7 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -293,7 +293,7 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
EKPEntryPushParam pushParam = new EKPEntryPushParam(); EKPEntryPushParam pushParam = new EKPEntryPushParam();
initValue(entry, pushParam, bankName, account); initValue(entry, pushParam, bankName, account);
String body = sendToEkp(pushParam); String body = sendToEkp(pushParam);
// 重试一次 // 重试一次
if (StringUtils.isBlank(body)) { if (StringUtils.isBlank(body)) {
sendToEkp(pushParam); sendToEkp(pushParam);
} }
......
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