Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cash-loan-flow-boss
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
cash-loan-flow-boss
Commits
305b4b7e
Commit
305b4b7e
authored
Jan 03, 2020
by
shangying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请判断有问题
parent
259d3d71
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
ApplyLoanServiceImpl.java
...s/api/oneclickdata/service/impl/ApplyLoanServiceImpl.java
+1
-3
No files found.
src/main/java/cn/quantgroup/cashloanflowboss/api/oneclickdata/service/impl/ApplyLoanServiceImpl.java
View file @
305b4b7e
...
@@ -81,12 +81,10 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
...
@@ -81,12 +81,10 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
JSONObject
bizData
=
(
JSONObject
)
JSONObject
.
parse
(
getDecryptionResult
.
get
(
"bizData"
).
toString
());
JSONObject
bizData
=
(
JSONObject
)
JSONObject
.
parse
(
getDecryptionResult
.
get
(
"bizData"
).
toString
());
log
.
info
(
"bizData={}"
,
bizData
);
log
.
info
(
"bizData={}"
,
bizData
);
String
code
=
bizData
.
get
(
"code"
).
toString
();
String
code
=
bizData
.
get
(
"code"
).
toString
();
String
codeCompare
=
bizData
.
get
(
"code"
).
toString
();
String
businessCode
=
bizData
.
get
(
"businessCode"
).
toString
();
String
businessCode
=
bizData
.
get
(
"businessCode"
).
toString
();
String
businessCodeCompare
=
bizData
.
get
(
"businessCode"
).
toString
();
String
msg
=
bizData
.
get
(
"msg"
).
toString
();
String
msg
=
bizData
.
get
(
"msg"
).
toString
();
log
.
info
(
"msg={}"
,
msg
);
log
.
info
(
"msg={}"
,
msg
);
if
(
code
.
equals
(
codeCompare
)
&&
businessCode
.
equals
(
businessCodeCompare
)){
if
(
code
.
equals
(
ResposeResultEnum
.
CODE
.
getDesc
())
&&
businessCode
.
equals
(
ResposeResultEnum
.
BUSINESSCODE
.
getDesc
()
)){
//申请的数据插入数据库 one_click_data
//申请的数据插入数据库 one_click_data
OneClickData
oneClickData
=
new
OneClickData
();
OneClickData
oneClickData
=
new
OneClickData
();
oneClickData
.
setPhone
(
oneClickModel
.
getPhone
());
oneClickData
.
setPhone
(
oneClickModel
.
getPhone
());
...
...
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