|
|
|
@@ -160,7 +160,7 @@ public class WxRentContractHelper { |
|
|
|
//租金的年调整,联营扣点没有年租金调整,取revenueRatioWay |
|
|
|
Integer adjustRatioWay = wxRentContract.getAdjustRatioWay(); |
|
|
|
if (wxRentContract.getType().equals(EnumRentContractType.RENT_BY_JOINT.getCode())) { |
|
|
|
adjustRatioWay = wxRentContract.getAdjustRatioWay(); |
|
|
|
adjustRatioWay = wxRentContract.getRevenueRatioWay(); |
|
|
|
} |
|
|
|
|
|
|
|
//计算所有租金的 |
|
|
|
|