Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
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
xingmin
yd-csf
Commits
d117e280
Commit
d117e280
authored
Jun 24, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
38064568
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiSalaryServiceImpl.java
+8
-6
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiSalaryServiceImpl.java
View file @
d117e280
...
@@ -783,13 +783,15 @@ public class ApiSalaryServiceImpl implements ApiSalaryService {
...
@@ -783,13 +783,15 @@ public class ApiSalaryServiceImpl implements ApiSalaryService {
//获取转介人详细详细列表
//获取转介人详细详细列表
List
<
String
>
bizIdList
=
bizIdSet
.
stream
().
collect
(
Collectors
.
toList
());
List
<
String
>
bizIdList
=
bizIdSet
.
stream
().
collect
(
Collectors
.
toList
());
ApiUserSaleExpandListRequest
request
=
new
ApiUserSaleExpandListRequest
();
request
.
setClientUserBizIdList
(
bizIdList
);
Result
<
List
<
ApiUserSaleExpandDetailResponse
>>
result
=
apiUserSaleExpandFeignClient
.
list
(
request
);
Map
<
String
,
ApiUserSaleExpandDetailResponse
>
policyFollowMap
=
null
;
Map
<
String
,
ApiUserSaleExpandDetailResponse
>
policyFollowMap
=
null
;
if
(
CollectionUtils
.
isNotEmpty
(
result
.
getData
()))
{
if
(
CollectionUtils
.
isNotEmpty
(
bizIdList
))
{
policyFollowMap
=
result
.
getData
().
stream
()
ApiUserSaleExpandListRequest
request
=
new
ApiUserSaleExpandListRequest
();
.
collect
(
Collectors
.
toMap
(
ApiUserSaleExpandDetailResponse:
:
getClientUserBizId
,
Function
.
identity
()));
request
.
setClientUserBizIdList
(
bizIdList
);
Result
<
List
<
ApiUserSaleExpandDetailResponse
>>
result
=
apiUserSaleExpandFeignClient
.
list
(
request
);
if
(
CollectionUtils
.
isNotEmpty
(
result
.
getData
()))
{
policyFollowMap
=
result
.
getData
().
stream
()
.
collect
(
Collectors
.
toMap
(
ApiUserSaleExpandDetailResponse:
:
getClientUserBizId
,
Function
.
identity
()));
}
}
}
// 组装响应对象
// 组装响应对象
List
<
ApiSalaryBrokerListResponse
>
resultList
=
new
ArrayList
<>();
List
<
ApiSalaryBrokerListResponse
>
resultList
=
new
ArrayList
<>();
...
...
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