Commit 92065d50 authored by 陈宏杰's avatar 陈宏杰

日志打印

parent fded883d
...@@ -153,7 +153,7 @@ public class BaiHangFileReportService { ...@@ -153,7 +153,7 @@ public class BaiHangFileReportService {
reportList.add(JSON.toJSONString(applyLoanInfo)); reportList.add(JSON.toJSONString(applyLoanInfo));
atomicInteger.getAndIncrement(); atomicInteger.getAndIncrement();
} else { } else {
log.error("量化派助贷TO百行报送(A1)-贷款申请信息重复报送, reqId_log: {} ", reqId_log); log.error("量化派助贷TO百行报送(A1)-贷款申请信息重复报送, applyLoanInfo: {} ", JSON.toJSONString(applyLoanInfo));
} }
} catch (Exception e) { } catch (Exception e) {
log.error("量化派助贷TO百行报送(A1)-贷款申请信息异常, reqId_log: {} ", reqId_log, e); log.error("量化派助贷TO百行报送(A1)-贷款申请信息异常, reqId_log: {} ", reqId_log, e);
......
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