Commit 9cecd195 by jianan

新单跟进v2

parent 60d950e8
...@@ -418,6 +418,8 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService ...@@ -418,6 +418,8 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
//保单发佣批次ID //保单发佣批次ID
// fortune.setBatchBizId(fortuneDto.getBatchBizId()); // fortune.setBatchBizId(fortuneDto.getBatchBizId());
fortune.setFortuneBizType("R"); fortune.setFortuneBizType("R");
fortune.setPolicyCurrency("");
fortune.setPremium(null);
//转介人姓名 (获得积分的业务员) //转介人姓名 (获得积分的业务员)
fortune.setBroker(fortuneDto.getBroker()); fortune.setBroker(fortuneDto.getBroker());
//转介人业务ID (获得积分的业务员) //转介人业务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