|
|
|
@@ -707,9 +707,10 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
if (wxPropertyContract != null) { |
|
|
|
int receivePeriod = wxPropertyContract.getReceivePeriod().intValue(); |
|
|
|
Integer lease = wxPropertyContract.getLease(); |
|
|
|
Date rentalStartDate = propertyContract.getRentalStartDate(); |
|
|
|
if (propertyContract.getRentShopType().equals(EnumRentStartType.STARTTIME.getCode())) { |
|
|
|
rentalStartDate = propertyContract.getStartDate(); |
|
|
|
Date rentalStartDate = wxPropertyContract.getRentalStartDate(); |
|
|
|
System.out.println(wxPropertyContract.getRentStartType().intValue() + "------------------"); |
|
|
|
if (wxPropertyContract.getRentStartType().equals(EnumRentStartType.STARTTIME.getCode())) { |
|
|
|
rentalStartDate = wxPropertyContract.getStartDate(); |
|
|
|
} |
|
|
|
propertyContract.setRentalStartDate(rentalStartDate); |
|
|
|
Long price = propertyContract.getPrice(); |
|
|
|
|