|
|
|
@@ -728,6 +728,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
Date tempDate = record.getRentalStartDate(); |
|
|
|
record.setRentalStartDate(oldRentStartDate); |
|
|
|
record.setShopName(shopName); |
|
|
|
record.setStatus(wxRentContract.getStatus()); |
|
|
|
wxRentContractMapper.updateById(record); |
|
|
|
record.setRentalStartDate(tempDate); |
|
|
|
} catch (Exception e) { |
|
|
|
|