Commit 39febb6d authored by hongguangwu's avatar hongguangwu

MVP1.7.2 优化

parent f3e6b2f8
......@@ -791,7 +791,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
JftApiPayrollQueryDetailResponseV1 responseV1;
// 发放日志
List<EkpBankGrantLogDetail> logDetailList = new ArrayList<>();
List<EkpBankGrantLogDetail> logDetailList;
EkpBankGrantLog logs;
EkpBankGrantLogDetail logDetail;
BigDecimal money;
......@@ -846,6 +846,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
numSuccess = 0;
numFail = 0;
if (dataList != null && !dataList.isEmpty()) {
logDetailList = new ArrayList<>();
detailDataList = new ArrayList<>();
for (JftApiPayrollQueryDetailResponseV1.JftApiPayrollDetail data : dataList) {
......
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