Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baihang-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-spider
baihang-report
Commits
3ec46974
Commit
3ec46974
authored
Dec 26, 2019
by
郝彦辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
D2,D3接口报送失败后打印完整的json
parent
7a822e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
BaiHangZhuDaiService.java
...antgroup/report/service/baihang/BaiHangZhuDaiService.java
+4
-4
No files found.
src/main/java/cn/quantgroup/report/service/baihang/BaiHangZhuDaiService.java
View file @
3ec46974
...
...
@@ -292,7 +292,7 @@ public class BaiHangZhuDaiService {
loanInfozd_tmp
.
setRecordId
(
id
);
loanInfoDbMapper
.
saveLoanInfoRecordLog
(
loanInfozd_tmp
);
}
catch
(
Exception
e
){
log
.
error
(
"量化派助贷TO百行报送-放款申请保存记录失败
,loanInfoReqId: {} "
,
loanInfoReqId
,
e
);
log
.
error
(
"量化派助贷TO百行报送-放款申请保存记录失败
, loanInfoReqId: {} , JSON: {} "
,
loanInfoReqId
,
JSON
.
toJSONString
(
loanInfozd_tmp
)
,
e
);
}
loanInfozd_tmp
.
setRecordId
(
null
);
loanInfozd_tmp
.
setReqID
(
id
);
...
...
@@ -388,7 +388,7 @@ public class BaiHangZhuDaiService {
repaymentLoanInfo
.
setRecordId
(
id
);
repaymentLoanInfoDbMapper
.
saveRepaymentLoanInfoLog
(
repaymentLoanInfo
);
}
catch
(
Exception
e
)
{
log
.
error
(
"量化派助贷TO百行报送-实时还款保存记录异常, reqId_log: {} , loanId: {} , termNo: {}
"
,
reqId_log
,
repaymentLoanInfo
.
getLoanId
(),
repaymentLoanInfo
.
getTermNo
(
),
e
);
log
.
error
(
"量化派助贷TO百行报送-实时还款保存记录异常, reqId_log: {} , loanId: {} , termNo: {}
, JSON: {} "
,
reqId_log
,
repaymentLoanInfo
.
getLoanId
(),
repaymentLoanInfo
.
getTermNo
(),
JSON
.
toJSONString
(
repaymentLoanInfo
),
e
);
}
repaymentLoanInfo
.
setRecordId
(
null
);
repaymentLoanInfo
.
setReqID
(
id
);
...
...
@@ -540,7 +540,7 @@ public class BaiHangZhuDaiService {
loanInfozd_tmp
.
setRecordId
(
loanInfozd_tmp
.
getReqID
());
loanInfoDbMapper
.
saveLoanInfoRecordLog
(
loanInfozd_tmp
);
}
catch
(
Exception
e
){
log
.
error
(
"众信利民助贷模式TO百行手动报送-放款申请保存记录失败, loanInfoReqId: {}
"
,
loanInfoReqId
,
e
);
log
.
error
(
"众信利民助贷模式TO百行手动报送-放款申请保存记录失败, loanInfoReqId: {}
, JSON: {} "
,
loanInfoReqId
,
JSON
.
toJSONString
(
loanInfozd_tmp
)
,
e
);
}
loanInfozd_tmp
.
setRecordId
(
null
);
...
...
@@ -609,7 +609,7 @@ public class BaiHangZhuDaiService {
repaymentLoanInfo
.
setRecordId
(
repaymentLoanInfo
.
getReqID
());
repaymentLoanInfoDbMapper
.
saveRepaymentLoanInfoLog
(
repaymentLoanInfo
);
}
catch
(
Exception
e
)
{
log
.
error
(
"众信利民助贷模式TO百行手动报送还款保存记录异常, reqId_log: {} , loanId: {} , termNo: {}
"
,
repaymentLoanInfo
.
getReqID
(),
repaymentLoanInfo
.
getLoanId
(),
repaymentLoanInfo
.
getTermNo
()
,
e
);
log
.
error
(
"众信利民助贷模式TO百行手动报送还款保存记录异常, reqId_log: {} , loanId: {} , termNo: {}
, JSON: {} "
,
repaymentLoanInfo
.
getReqID
(),
repaymentLoanInfo
.
getLoanId
(),
repaymentLoanInfo
.
getTermNo
()
,
JSON
.
toJSONString
(
repaymentLoanInfo
),
e
);
}
repaymentLoanInfo
.
setRecordId
(
null
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment