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
b8be1320
Commit
b8be1320
authored
Apr 22, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
741c8558
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAgentDetailFycServiceImpl.java
+1
-1
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAgentDetailFycServiceImpl.java
View file @
b8be1320
...
@@ -59,7 +59,7 @@ public class ApiAgentDetailFycServiceImpl implements ApiAgentDetailFycService {
...
@@ -59,7 +59,7 @@ public class ApiAgentDetailFycServiceImpl implements ApiAgentDetailFycService {
//累加积分值
//累加积分值
totalFyc
=
totalFyc
.
add
(
algorithmResDto
.
getCalculatedValue
());
totalFyc
=
totalFyc
.
add
(
algorithmResDto
.
getCalculatedValue
());
//变化值(-代表减少)
//变化值(-代表减少)
agentDetailFyc
.
setChangeFyc
(
algorithmResDto
.
getCalculatedValue
()
.
toString
()
);
agentDetailFyc
.
setChangeFyc
(
algorithmResDto
.
getCalculatedValue
());
//变化后的业务员总FYC积分
//变化后的业务员总FYC积分
agentDetailFyc
.
setAfterFyc
(
totalFyc
);
agentDetailFyc
.
setAfterFyc
(
totalFyc
);
//获得积分的业务员(客户端用户唯一业务ID)
//获得积分的业务员(客户端用户唯一业务ID)
...
...
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