|
|
|
@@ -842,6 +842,11 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
if (wxRentContract.getType().equals(EnumRentContractType.RENT_BY_AREA.getCode())) { |
|
|
|
areaWay(wxRentContract, result, lease, adjustRatio, extralease, extracount, paycount, index, count, rentPrice); |
|
|
|
} else { |
|
|
|
//保底 |
|
|
|
double revenue = new BigDecimal(wxRentContract.getRevenue()) |
|
|
|
.divide(new BigDecimal(100)).setScale(2, RoundingMode.HALF_EVEN).doubleValue(); |
|
|
|
result.put("revenue", revenue); |
|
|
|
result.put("revenueUpper", digitUppercase(revenue)); |
|
|
|
ratioWay(wxRentContract, result, lease, adjustRatio, extralease, extracount, paycount, index, count, rentPrice); |
|
|
|
} |
|
|
|
//物业合同信息 |
|
|
|
|