Browse Source

[合同][修改][开发账单结算]

release_toaliyun_real
luozukai 6 years ago
parent
commit
5818c3bc62
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxBillRentServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxBillRentServiceImpl.java View File

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


Loading…
Cancel
Save