|
|
|
@@ -704,7 +704,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
wxRentContract.setId(id); |
|
|
|
wxRentContract.setStatus(EnumRentContractStatus.SIGNED_RENT_UNPAID.getCode()); |
|
|
|
wxRentContractMapper.updateByPrimaryKeySelective(wxRentContract); |
|
|
|
return null; |
|
|
|
return new ResultData(Result.SUCCESS,"操作成功") ; |
|
|
|
} |
|
|
|
|
|
|
|
public Map<String, Object> getRentAndPropertyInfo(Long id) { |
|
|
|
|