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
5d775bef
Commit
5d775bef
authored
Jan 06, 2020
by
郝彦辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改优化。
parent
763c2ca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
BaiHangZhuDaiService.java
...antgroup/report/service/baihang/BaiHangZhuDaiService.java
+13
-0
No files found.
src/main/java/cn/quantgroup/report/service/baihang/BaiHangZhuDaiService.java
View file @
5d775bef
...
...
@@ -629,7 +629,20 @@ public class BaiHangZhuDaiService {
for
(
int
i
=
0
;
i
<
handLoanInfos
.
size
();
i
++){
try
{
if
(
handLoanInfos
.
get
(
i
).
length
()<
30
){
continue
;
}
LoanInfoZhuDai
loanInfozd_tmp
=
new
Gson
().
fromJson
(
handLoanInfos
.
get
(
i
),
new
TypeToken
<
LoanInfoZhuDai
>(){}.
getType
());
JSONObject
businessJson
=
JSONObject
.
parseObject
(
handLoanInfos
.
get
(
i
)).
getJSONObject
(
"finTechAgencyBusiness"
);
loanInfozd_tmp
.
setInstitutionalFundingPartner
(
businessJson
.
containsKey
(
"institutionalFundingPartner"
)
?
businessJson
.
getString
(
"institutionalFundingPartner"
)
:
null
);
loanInfozd_tmp
.
setInstitutionalFundingPartnerID
(
businessJson
.
containsKey
(
"institutionalFundingPartnerID"
)
?
businessJson
.
getString
(
"institutionalFundingPartnerID"
)
:
null
);
loanInfozd_tmp
.
setRelationID
(
businessJson
.
containsKey
(
"relationID"
)
?
businessJson
.
getString
(
"relationID"
)
:
null
);
loanInfozd_tmp
.
setInstitutionalFundingPartnerLoanID
(
businessJson
.
containsKey
(
"institutionalFundingPartnerLoanID"
)
?
businessJson
.
getString
(
"institutionalFundingPartnerLoanID"
)
:
null
);
loanInfozd_tmp
.
setOrderID
(
businessJson
.
containsKey
(
"orderID"
)
?
businessJson
.
getString
(
"orderID"
)
:
null
);
loanInfozd_tmp
.
setPreCreditLimit
(
businessJson
.
containsKey
(
"preCreditLimit"
)
?
businessJson
.
getBigDecimal
(
"preCreditLimit"
)
:
null
);
log
.
info
(
"众信利民助贷模式TO百行手动报送放款单个数据, {}"
,
JSON
.
toJSONString
(
loanInfozd_tmp
));
String
loanInfoReqId
=
loanInfozd_tmp
.
getReqID
();
...
...
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