Commit b18cefa1 by zhangxingmin

push

parent 798e374b
......@@ -520,6 +520,8 @@ public class ApiCsfClientUserServiceImpl implements ApiCsfClientUserService {
fycRequest.setAgentName(csfClientUser.getName());
fycRequest.setInitGrade(userDTO.getInitGradeCode());
apiAgentAccumulatedFycService.initAgentAccumulatedFyc(fycRequest);
csfClientUser.setInitGradeCode(userDTO.getInitGradeCode());
csfClientUser.setCurrentGradeCode(userDTO.getCurrentGradeCode());
}else {
//积分总表的初始等级和当前等级回写更新到人员信息表中
csfClientUser.setInitGradeCode(agentAccumulatedFyc.getInitGrade());
......@@ -552,7 +554,7 @@ public class ApiCsfClientUserServiceImpl implements ApiCsfClientUserService {
bindingRequest.setTargetName(csfClientUser.getName());
bindingRequest.setTargetType("AGENT");
bindingRequest.setStatus(1);
bindingRequest.setRuleBizIdList(roleBizIdList);
bindingRequest.setRuleBizIdList(ruleBizIdList);
apiCommissionRuleBindingService.saveCommissionRuleBinding(bindingRequest);
//根据选择的角色,对应更新相关的表(转介人表、签单员表、合伙人表等)
......
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