Commit dcc12f74 authored by huyuchen's avatar huyuchen

huych-到账明细查询

parent 2670fb77
...@@ -132,7 +132,6 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -132,7 +132,6 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
String formattedTime = currentTime.format(formatter); String formattedTime = currentTime.format(formatter);
bizContent.setTranDate(DateUtil.getThisDay()); bizContent.setTranDate(DateUtil.getThisDay());
bizContent.setTranTime(formattedTime); bizContent.setTranTime(formattedTime);
log.error("formattedTime:" + formattedTime);
bizContent.setTransCode("QHISD"); bizContent.setTransCode("QHISD");
bizContent.setLanguage("zh_CN"); bizContent.setLanguage("zh_CN");
String fSeqNo = "AHWX" + System.currentTimeMillis(); String fSeqNo = "AHWX" + System.currentTimeMillis();
...@@ -155,6 +154,7 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -155,6 +154,7 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
list.stream().filter(e-> e.getDrcrf().equals("2") && !serioList.contains(e)).collect(Collectors.toList()); list.stream().filter(e-> e.getDrcrf().equals("2") && !serioList.contains(e)).collect(Collectors.toList());
//封装数据 //封装数据
if (!insertList.isEmpty()) { if (!insertList.isEmpty()) {
log.error("到账明细条数:" + insertList.size());
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);
...@@ -163,7 +163,6 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -163,7 +163,6 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
if (StringUtils.isBlank(body)){ if (StringUtils.isBlank(body)){
sendToEkp(pushParam); sendToEkp(pushParam);
} }
break;
} }
} }
} }
......
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