Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
3389ce0e
Commit
3389ce0e
authored
Sep 08, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽龙虎榜3
parent
0e58f60f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerServiceImpl.java
+3
-3
yd-api/src/main/java/com/yd/api/practitioner/vo/rank/AclCustomerFortuneStatistics.java
+9
-9
No files found.
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerServiceImpl.java
View file @
3389ce0e
...
@@ -317,9 +317,9 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
...
@@ -317,9 +317,9 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
List
<
AclCustomerFortuneStatistics
>
list
=
responseVO
.
getRank
();
List
<
AclCustomerFortuneStatistics
>
list
=
responseVO
.
getRank
();
for
(
AclCustomerFortuneStatistics
item
:
list
)
{
for
(
AclCustomerFortuneStatistics
item
:
list
)
{
item
.
setName
(
"***"
);
item
.
setName
(
"***"
);
item
.
setFyp
(
"***"
);
item
.
setFyp
(
999
D
);
item
.
setFyc
(
"***"
);
item
.
setFyc
(
999
D
);
item
.
setCount
(
"***"
);
item
.
setCount
(
999
);
}
}
}
}
return
responseVO
;
return
responseVO
;
...
...
yd-api/src/main/java/com/yd/api/practitioner/vo/rank/AclCustomerFortuneStatistics.java
View file @
3389ce0e
...
@@ -9,9 +9,9 @@ public class AclCustomerFortuneStatistics implements Serializable {
...
@@ -9,9 +9,9 @@ public class AclCustomerFortuneStatistics implements Serializable {
private
Long
subordinateSystemId
;
//所属体系id
private
Long
subordinateSystemId
;
//所属体系id
private
String
subordinateSystemName
;
//所属体系名称
private
String
subordinateSystemName
;
//所属体系名称
private
Long
practitionerLevelId
;
private
Long
practitionerLevelId
;
private
String
count
;
private
Integer
count
;
private
String
fyp
;
private
Double
fyp
;
private
String
fyc
;
private
Double
fyc
;
public
Integer
getRank
()
{
public
Integer
getRank
()
{
return
rank
;
return
rank
;
...
@@ -69,27 +69,27 @@ public class AclCustomerFortuneStatistics implements Serializable {
...
@@ -69,27 +69,27 @@ public class AclCustomerFortuneStatistics implements Serializable {
this
.
practitionerLevelId
=
practitionerLevelId
;
this
.
practitionerLevelId
=
practitionerLevelId
;
}
}
public
String
getCount
()
{
public
Integer
getCount
()
{
return
count
;
return
count
;
}
}
public
void
setCount
(
String
count
)
{
public
void
setCount
(
Integer
count
)
{
this
.
count
=
count
;
this
.
count
=
count
;
}
}
public
String
getFyp
()
{
public
Double
getFyp
()
{
return
fyp
;
return
fyp
;
}
}
public
void
setFyp
(
String
fyp
)
{
public
void
setFyp
(
Double
fyp
)
{
this
.
fyp
=
fyp
;
this
.
fyp
=
fyp
;
}
}
public
String
getFyc
()
{
public
Double
getFyc
()
{
return
fyc
;
return
fyc
;
}
}
public
void
setFyc
(
String
fyc
)
{
public
void
setFyc
(
Double
fyc
)
{
this
.
fyc
=
fyc
;
this
.
fyc
=
fyc
;
}
}
...
...
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