|
|
|
@@ -182,6 +182,7 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
MallUserInfo user = getUser(); |
|
|
|
propertyContract.updateTenantInfo(user); |
|
|
|
propertyContract.setAdjustPeriodHandle(); |
|
|
|
wxPropertyContract.calcutePrice(); |
|
|
|
propertyContract.setRentStartType(wxPropertyContract.getRentStartType()); |
|
|
|
return wxPropertyContractService.saveOrUpdate(propertyContract, user.getId(), user.getName(),false); |
|
|
|
} |
|
|
|
|