|
|
@@ -1296,7 +1296,8 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
|
|
|
|
|
if (EnumRentContractType.RENT_BY_JOINT.getCode().equals(wxRentContract.getType())) { |
|
|
if (EnumRentContractType.RENT_BY_JOINT.getCode().equals(wxRentContract.getType())) { |
|
|
//设置跳点率为年周期 price不变 |
|
|
//设置跳点率为年周期 price不变 |
|
|
if(EnumMissTimeType.PERIOD.getCode().equals(wxRentContract.getBusDiscountTime())){ |
|
|
|
|
|
|
|
|
if (EnumRentContractAdjustRatioWay.CUSTOM.getCode().equals(wxRentContract.getAdjustRatioWay()) || |
|
|
|
|
|
EnumMissTimeType.PERIOD.getCode().equals(wxRentContract.getBusDiscountTime())) { |
|
|
return priceD.longValue(); |
|
|
return priceD.longValue(); |
|
|
} |
|
|
} |
|
|
//年或者设置跳点率为年周期 除12 |
|
|
//年或者设置跳点率为年周期 除12 |
|
|
|