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
b87c5b0e
Commit
b87c5b0e
authored
Jan 08, 2020
by
shangying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对外接口发送了一些变化
parent
19df7bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OneClickDataController.java
...s/api/oneclickdata/controller/OneClickDataController.java
+1
-1
No files found.
src/main/java/cn/quantgroup/cashloanflowboss/api/oneclickdata/controller/OneClickDataController.java
View file @
b87c5b0e
...
...
@@ -57,7 +57,7 @@ public class OneClickDataController {
return
Result
.
buildFail
(
"暂不支持Channel=1的渠道"
);
}
String
fundID
=
oneClickModelNew
.
getFundID
();
if
(
CommonType
.
PRODUCTID540
.
equals
(
fundID
)
||
CommonType
.
PRODUCTID610
.
equals
(
fundID
)
||
CommonType
.
PRODUCTID650
.
equals
(
fundID
)
||
CommonType
.
PRODUCTID670
.
equals
(
fundID
)){
if
(
CommonType
.
PRODUCTID540
.
getDesc
().
equals
(
fundID
)
||
CommonType
.
PRODUCTID610
.
getDesc
().
equals
(
fundID
)
||
CommonType
.
PRODUCTID650
.
getDesc
().
equals
(
fundID
)
||
CommonType
.
PRODUCTID670
.
getDesc
()
.
equals
(
fundID
)){
return
Result
.
buildFail
(
"暂不支持惠金所业务"
);
}
log
.
info
(
"打印最新的oneClickModelNew={}"
,
oneClickModelNew
);
...
...
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