|
|
@@ -1270,7 +1270,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
return priceD.longValue(); |
|
|
return priceD.longValue(); |
|
|
} |
|
|
} |
|
|
//年或者设置跳点率为年周期 除12 |
|
|
//年或者设置跳点率为年周期 除12 |
|
|
if(saveDb && EnumMissTimeType.YEAR.getCode().equals(wxRentContract.getBusDiscountTime())){ |
|
|
|
|
|
|
|
|
if(EnumMissTimeType.YEAR.getCode().equals(wxRentContract.getBusDiscountTime())){ |
|
|
priceD = new Double(price)/12; |
|
|
priceD = new Double(price)/12; |
|
|
} |
|
|
} |
|
|
}else{ |
|
|
}else{ |
|
|
|