|
|
@@ -321,6 +321,7 @@ public class WxBillRentServiceImpl implements WxBillRentService { |
|
|
long newReceivePay; |
|
|
long newReceivePay; |
|
|
if(ratioVo != null){ |
|
|
if(ratioVo != null){ |
|
|
newReceivePay = ratioVo.getPrice(); |
|
|
newReceivePay = ratioVo.getPrice(); |
|
|
|
|
|
ratio = ratioVo.getRatio(); |
|
|
}else{ |
|
|
}else{ |
|
|
BigDecimal hundred = new BigDecimal(100); |
|
|
BigDecimal hundred = new BigDecimal(100); |
|
|
BigDecimal revenue = new BigDecimal(record.getRevenue() == null ? 0 : record.getRevenue()).divide(hundred); |
|
|
BigDecimal revenue = new BigDecimal(record.getRevenue() == null ? 0 : record.getRevenue()).divide(hundred); |
|
|
|