Commit 976f5fa0 by zhangxingmin

push

parent 2ae75bc3
......@@ -607,6 +607,8 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
//积分解冻时间(受发佣期数影响,第一年就是冷静期结束日期,第二年冷静期结束日期+1年,以此类推)
resDto1.setThawingTime(actualThawingTime);
resDto1.setAlgorithmResDtoList(result1.getData());
//介绍费占比
resDto1.setBrokerRatio(brokerDto.getBrokerRatio());
collectResDtos.add(resDto1);
}
......
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