|
|
|
@@ -528,6 +528,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
|
|
|
|
//更新合同状态为签约 |
|
|
|
WxRentContract wxRentContract = new WxRentContract(); |
|
|
|
wxRentContract.updateTenantInfo(record);; |
|
|
|
if (isYingzi) { |
|
|
|
wxRentContract.setId(orginId);//影子合同的ID已经变为源合同ID了 |
|
|
|
}else { |
|
|
|
|