|
|
|
@@ -203,6 +203,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
record.setPrice(record.getPrice() != null ? record.getPrice() : 0); |
|
|
|
record.setDeposit(record.getDeposit() != null ? record.getDeposit() : 0); |
|
|
|
record.setUpdatetime(new Date()); |
|
|
|
record.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode()); |
|
|
|
try { |
|
|
|
wxPropertyContractMapper.updateByPrimaryKeySelective(record); |
|
|
|
} catch (Exception e) { |
|
|
|
|