Commit 29b0853e by zhangxingmin

push

parent e081db82
...@@ -306,7 +306,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte ...@@ -306,7 +306,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte
vo.setGapRate(BigDecimal.ZERO); vo.setGapRate(BigDecimal.ZERO);
if ("U".equals(expected.getCommissionBizType())) { if ("U".equals(expected.getCommissionBizType())) {
//应收款类型 R=关联保单应收单 totalRevenueRatio取值paidRatio //应收款类型 R=关联保单应收单 totalRevenueRatio取值paidRatio
vo.setTotalRevenueRatio(paidRatio); vo.setTotalRevenueRatio(new BigDecimal("100.00"));
}else { }else {
vo.setTotalRevenueRatio(BigDecimal.ZERO); vo.setTotalRevenueRatio(BigDecimal.ZERO);
} }
......
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