|
|
|
@@ -646,9 +646,6 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
Integer lease = wxPropertyContract.getLease(); |
|
|
|
Date rentalStartDate = propertyContract.getRentalStartDate(); |
|
|
|
Long price = propertyContract.getPrice(); |
|
|
|
if(EnumPriceUnit.Y.getCode().equals(propertyContract.getPriceUnit())){ |
|
|
|
price = price/12; |
|
|
|
} |
|
|
|
|
|
|
|
//按月计租 |
|
|
|
// if (propertyContract.getAdjustPeriod().equals(EnumRentContractAdjustPeriod.ADJUST_PERIOD_MONTH.getCode()) |
|
|
|
|