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
565a0e7c
Commit
565a0e7c
authored
Apr 22, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
b8be1320
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
yd-csf-api/src/main/java/com/yd/csf/api/async/ApiExpectedFortuneAsyncService.java
+2
-0
yd-csf-service/src/main/java/com/yd/csf/service/model/AgentDetailFyc.java
+6
-0
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/async/ApiExpectedFortuneAsyncService.java
View file @
565a0e7c
...
@@ -251,6 +251,8 @@ public class ApiExpectedFortuneAsyncService {
...
@@ -251,6 +251,8 @@ public class ApiExpectedFortuneAsyncService {
agentDetailFyc
.
setCommissionName
(
algorithmResDto
.
getItemName
());
agentDetailFyc
.
setCommissionName
(
algorithmResDto
.
getItemName
());
//业务员ID
//业务员ID
agentDetailFyc
.
setAgentId
(
resDto
.
getClientUserBizId
());
agentDetailFyc
.
setAgentId
(
resDto
.
getClientUserBizId
());
//业务员姓名
agentDetailFyc
.
setAgentName
(
resDto
.
getClientUserName
());
//积分提供的保单号
//积分提供的保单号
agentDetailFyc
.
setPolicyNo
(
policyNo
);
agentDetailFyc
.
setPolicyNo
(
policyNo
);
//发佣期数
//发佣期数
...
...
yd-csf-service/src/main/java/com/yd/csf/service/model/AgentDetailFyc.java
View file @
565a0e7c
...
@@ -42,6 +42,12 @@ public class AgentDetailFyc implements Serializable {
...
@@ -42,6 +42,12 @@ public class AgentDetailFyc implements Serializable {
private
String
agentId
;
private
String
agentId
;
/**
/**
* 业务员姓名
*/
@TableField
(
"agent_name"
)
private
String
agentName
;
/**
* 积分来源类型:销售佣金、一级管理佣金、二级管理佣金、辅导津贴佣金、终身推荐佣金、冷静期定时计算
* 积分来源类型:销售佣金、一级管理佣金、二级管理佣金、辅导津贴佣金、终身推荐佣金、冷静期定时计算
*/
*/
@TableField
(
"source_type"
)
@TableField
(
"source_type"
)
...
...
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