|
|
|
@@ -722,8 +722,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
int receivePeriod = wxPropertyContract.getReceivePeriod().intValue(); |
|
|
|
Integer lease = wxPropertyContract.getLease(); |
|
|
|
Date rentalStartDate = wxPropertyContract.getRentalStartDate(); |
|
|
|
System.out.println(wxPropertyContract.getRentStartType().intValue() + "------------------"); |
|
|
|
if (wxPropertyContract.getRentStartType().equals(EnumRentStartType.STARTTIME.getCode())) { |
|
|
|
if (EnumRentStartType.STARTTIME.getCode().equals(wxPropertyContract.getRentStartType())) { |
|
|
|
rentalStartDate = wxPropertyContract.getStartDate(); |
|
|
|
} |
|
|
|
propertyContract.setRentalStartDate(rentalStartDate); |
|
|
|
|