Commit 8f942fb6 by zhangxingmin

push

parent d6531d00
......@@ -268,6 +268,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte
if (policyFollow != null) {
vo.setProductName(policyFollow.getProductName());
// vo.setProductLaunchBizId(policyFollow.getProductLaunchBizId());
vo.setIssueNumber(policyFollow.getIssueNumber() != null ? Integer.parseInt(policyFollow.getIssueNumber().toString()) : null);
}
// 累积数据
......@@ -277,7 +278,6 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte
// vo.setPaidAmount(paidAmount);
vo.setRealAmount(paidAmount); // 实收金额(累积)
vo.setExpectedAmount(expected.getExpectedAmount());
vo.setIssueNumber(policyFollow.getIssueNumber() != null ? Integer.parseInt(policyFollow.getIssueNumber().toString()) : null);
// 产品来佣率
BigDecimal commissionRatio = expected.getCommissionRatio();
......
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