|
|
|
@@ -1951,6 +1951,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
WxRentContract rc = new WxRentContract(); |
|
|
|
rc.setId(record.getId()); |
|
|
|
rc.setRentalStartDate(oldRentStartDate); |
|
|
|
rc.setDecimalSize(wxRentContract.getDecimalSize()); |
|
|
|
if (writeComplate) { |
|
|
|
rc.setStatus(EnumRentContractStatus.DRAFT.getCode()); |
|
|
|
}else { |
|
|
|
|