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
ea8b5c39
Commit
ea8b5c39
authored
Apr 22, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
c8ecd385
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAgentDetailFycServiceImpl.java
+1
-1
yd-csf-service/src/main/java/com/yd/csf/service/model/AgentDetailFyc.java
+5
-5
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAgentDetailFycServiceImpl.java
View file @
ea8b5c39
...
@@ -69,7 +69,7 @@ public class ApiAgentDetailFycServiceImpl implements ApiAgentDetailFycService {
...
@@ -69,7 +69,7 @@ public class ApiAgentDetailFycServiceImpl implements ApiAgentDetailFycService {
//积分来源基本法项目配置表唯一业务ID
//积分来源基本法项目配置表唯一业务ID
agentDetailFyc
.
setRuleItemBizId
(
algorithmResDto
.
getRuleItemBizId
());
agentDetailFyc
.
setRuleItemBizId
(
algorithmResDto
.
getRuleItemBizId
());
//提供积分的保单发佣批次ID
//提供积分的保单发佣批次ID
agentDetailFyc
.
setBatchBizId
(
dto
.
getBatchBizId
());
//
agentDetailFyc.setBatchBizId(dto.getBatchBizId());
//提供积分的保单号
//提供积分的保单号
agentDetailFyc
.
setPolicyNo
(
dto
.
getPolicyNo
());
agentDetailFyc
.
setPolicyNo
(
dto
.
getPolicyNo
());
//提供积分的业务员(客户端用户唯一业务ID)
//提供积分的业务员(客户端用户唯一业务ID)
...
...
yd-csf-service/src/main/java/com/yd/csf/service/model/AgentDetailFyc.java
View file @
ea8b5c39
...
@@ -53,11 +53,11 @@ public class AgentDetailFyc implements Serializable {
...
@@ -53,11 +53,11 @@ public class AgentDetailFyc implements Serializable {
@TableField
(
"rule_item_biz_id"
)
@TableField
(
"rule_item_biz_id"
)
private
String
ruleItemBizId
;
private
String
ruleItemBizId
;
/**
//
/**
* 保单发佣批次ID
//
* 保单发佣批次ID
*/
//
*/
@TableField
(
"batch_bizId"
)
//
@TableField("batch_bizId")
private
String
batchBizId
;
//
private String batchBizId;
/**
/**
* 积分提供的保单号
* 积分提供的保单号
...
...
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