|
|
|
@@ -431,6 +431,9 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
WxRentContract updateRentContract = new WxRentContract(); |
|
|
|
updateRentContract.setId(record.getRentContractId()); |
|
|
|
updateRentContract.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode()); |
|
|
|
if(wxRentContract.getStatus().equals(EnumRentContractStatus.SUPPLE.getCode())){ |
|
|
|
updateRentContract.setStatus(EnumRentContractStatus.SUPPLE.getCode()); |
|
|
|
} |
|
|
|
wxRentContractMapper.updateStatus(updateRentContract); |
|
|
|
logger.info("id:{},启动审批流成功,是否补录:{}", record.getRentContractId().toString(), record.getMerchantId() != null); |
|
|
|
} |
|
|
|
|