Commit 5b3b159d by jianan

新单跟进148

parent a4006a1a
...@@ -368,6 +368,8 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService ...@@ -368,6 +368,8 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
fortune.setFortuneTotalPeriod(fortuneDto.getFortuneTotalPeriod()); fortune.setFortuneTotalPeriod(fortuneDto.getFortuneTotalPeriod());
//保单号 //保单号
fortune.setPolicyNo(fortuneDto.getPolicyNo()); fortune.setPolicyNo(fortuneDto.getPolicyNo());
//预计发佣日期
fortune.setPayoutDate(fortuneDto.getPayoutDate());
// 标准发佣金额 -> 计算值 // 标准发佣金额 -> 计算值
BigDecimal standardAmount = algorithmResDto.getCalculatedValue(); BigDecimal standardAmount = algorithmResDto.getCalculatedValue();
......
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