Commit 8e4a12ac authored by chenyuxi's avatar chenyuxi

feat: 校验是否有流水的账户

parent f507b2e9
......@@ -223,6 +223,7 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
}
// 重新过滤已存入【入账记录】的流水信息
if(accountRecordListMap.keySet().size()>0){
for (String account : accountRecordListMap.keySet()) {
// 获取当前账号下的流水
List<MybankEnterpriseTradeQhisdResponseV1.MybankEnterpriseTradeQhisdResponseRdV1> flowRecordList = accountRecordListMap.get(account);
......@@ -274,6 +275,10 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
}
}
}
return R.ok();
}
......
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