Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
asset-distribution
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
data-spider
asset-distribution
Commits
ae662675
Commit
ae662675
authored
Sep 25, 2021
by
王业雄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
01f6943b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
FundProductSaveVo.java
...ion/model/entity/route/fundproduct/FundProductSaveVo.java
+1
-0
FundProductServiceImpl.java
...stribution/service/route/impl/FundProductServiceImpl.java
+3
-1
No files found.
src/main/java/com/quantgroup/asset/distribution/model/entity/route/fundproduct/FundProductSaveVo.java
View file @
ae662675
...
@@ -4,6 +4,7 @@ import lombok.Data;
...
@@ -4,6 +4,7 @@ import lombok.Data;
import
org.hibernate.validator.constraints.NotBlank
;
import
org.hibernate.validator.constraints.NotBlank
;
import
org.hibernate.validator.constraints.NotEmpty
;
import
org.hibernate.validator.constraints.NotEmpty
;
import
javax.validation.Valid
;
import
javax.validation.constraints.NotNull
;
import
javax.validation.constraints.NotNull
;
import
java.util.Map
;
import
java.util.Map
;
...
...
src/main/java/com/quantgroup/asset/distribution/service/route/impl/FundProductServiceImpl.java
View file @
ae662675
...
@@ -287,7 +287,9 @@ public class FundProductServiceImpl implements IFundProductService {
...
@@ -287,7 +287,9 @@ public class FundProductServiceImpl implements IFundProductService {
case
"name_same"
:
case
"name_same"
:
case
"tel_same"
:
case
"tel_same"
:
case
"tel_no_same"
:
case
"tel_no_same"
:
ruleList
.
append
(
productRuleEntity
.
getId
()).
append
(
","
);
if
(
"1"
.
equals
(
value
)){
ruleList
.
append
(
productRuleEntity
.
getId
()).
append
(
","
);
}
break
;
break
;
case
"area_term"
:
case
"area_term"
:
one
.
setAreaTerm
(
Integer
.
valueOf
(
value
));
one
.
setAreaTerm
(
Integer
.
valueOf
(
value
));
...
...
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