Commit b8be1320 by zhangxingmin

push

parent 741c8558
......@@ -59,7 +59,7 @@ public class ApiAgentDetailFycServiceImpl implements ApiAgentDetailFycService {
//累加积分值
totalFyc = totalFyc.add(algorithmResDto.getCalculatedValue());
//变化值(-代表减少)
agentDetailFyc.setChangeFyc(algorithmResDto.getCalculatedValue().toString());
agentDetailFyc.setChangeFyc(algorithmResDto.getCalculatedValue());
//变化后的业务员总FYC积分
agentDetailFyc.setAfterFyc(totalFyc);
//获得积分的业务员(客户端用户唯一业务ID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment