Commit 8e9f8a0e authored by huyuchen's avatar huyuchen

huych-商险到期提醒修改

parent e469f7b5
...@@ -181,7 +181,11 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -181,7 +181,11 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
for (MybankEnterpriseTradeQhisdResponseV1.MybankEnterpriseTradeQhisdResponseRdV1 entry : insertList) { for (MybankEnterpriseTradeQhisdResponseV1.MybankEnterpriseTradeQhisdResponseRdV1 entry : insertList) {
EKPEntryPushParam pushParam = new EKPEntryPushParam(); EKPEntryPushParam pushParam = new EKPEntryPushParam();
initValue(entry,pushParam,bankName,bankNo); initValue(entry,pushParam,bankName,bankNo);
sendToEkp(pushParam); String body = sendToEkp(pushParam);
//重试
if (StringUtils.isBlank(body)){
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