Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tamp_fund
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周鹏
tamp_fund
Commits
538ddb68
Commit
538ddb68
authored
Mar 02, 2021
by
张亚辉
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v1.2.0' into dev
parents
c709df48
db1394cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ProductPrivateServiceImpl.java
...om/tanpu/fund/service/impl/ProductPrivateServiceImpl.java
+1
-1
ProductServiceImpl.java
.../java/com/tanpu/fund/service/impl/ProductServiceImpl.java
+1
-1
No files found.
src/main/java/com/tanpu/fund/service/impl/ProductPrivateServiceImpl.java
View file @
538ddb68
...
...
@@ -307,7 +307,7 @@ public class ProductPrivateServiceImpl implements ProductPrivateService, Constan
infoVO
.
setFundId
(
fundId
);
if
(
infoMap
.
get
(
fundId
)
!=
null
)
{
FundInfo
fundInfo
=
infoMap
.
get
(
fundId
);
infoVO
.
setFundName
(
fundInfo
.
getFundName
());
infoVO
.
setFundName
(
fundInfo
.
getFund
Short
Name
());
infoVO
.
setRatioId
(
fundInfo
.
getPrimaryBenchmarkId
());
if
(
fundInfo
.
getInceptionDate
()
!=
null
)
{
infoVO
.
setInceptionDate
(
fundInfo
.
getInceptionDate
().
getTime
());
...
...
src/main/java/com/tanpu/fund/service/impl/ProductServiceImpl.java
View file @
538ddb68
...
...
@@ -676,7 +676,7 @@ public class ProductServiceImpl implements ProductService, Constant {
infoVO
.
setFundId
(
fundId
);
if
(
infoMap
.
get
(
fundId
)
!=
null
)
{
FundInfo
fundInfo
=
infoMap
.
get
(
fundId
);
infoVO
.
setFundName
(
fundInfo
.
getFundName
());
infoVO
.
setFundName
(
fundInfo
.
getFund
Short
Name
());
infoVO
.
setRatioId
(
fundInfo
.
getPrimaryBenchmarkId
());
}
infoVO
.
setRetIncep
(
multiply100
(
l
.
getRetIncep
()));
...
...
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