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
f3467cf6
Commit
f3467cf6
authored
May 13, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AGMS机构寿险数据显示渠道机构
parent
aa37e4b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsDashboardServiceImpl.java
+1
-4
No files found.
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsDashboardServiceImpl.java
View file @
f3467cf6
...
...
@@ -149,14 +149,11 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService {
.
collect
(
Collectors
.
toList
());
}
else
if
(
"b"
.
equals
(
type
))
{
achieveList
=
achieveList
.
stream
()
.
filter
((
Achieve
i
)
->
"二级机构"
.
equals
(
i
.
getRolegrouptype
(
)))
.
filter
((
Achieve
i
)
->
(
"二级机构"
.
equals
(
i
.
getRolegrouptype
())
||
"渠道机构"
.
equals
(
i
.
getRolegrouptype
()
)))
.
collect
(
Collectors
.
toList
());
}
}
System
.
out
.
println
(
"筛选后的数据"
);
System
.
out
.
println
(
achieveList
);
// 3.组装返回报文
List
<
StatisticsSalesInfo
>
infoList
=
new
ArrayList
<>();
StatisticsSalesInfo
info
=
null
;
...
...
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